Developer documentation | Axl-2.5.1

axlVtkViewPluginExport2.h
Go to the documentation of this file.
1 // /////////////////////////////////////////////////////////////////
2 // Generated by dtkPluginGenerator
3 // /////////////////////////////////////////////////////////////////
4 
5 #ifndef VTKVIEWPLUGINEXPORT_H
6 #define VTKVIEWPLUGINEXPORT_H
7 
8 #ifdef WIN32
9  #ifdef vtkView_EXPORTS
10  #define VTKVIEWPLUGIN_EXPORT __declspec(dllexport)
11  #else
12  #define VTKVIEWPLUGIN_EXPORT __declspec(dllimport)
13  #endif
14 #else
15  #define VTKVIEWPLUGIN_EXPORT
16 #endif
17 
18 #endif