Go to the documentation of this file.
22 #ifndef vtkBridgeExport_h
23 #define vtkBridgeExport_h
28 # define VTK_BRIDGE_EXPORT
31 #if defined(WIN32) && defined(VTK_BUILD_SHARED_LIBS)
33 #if defined(vtkBridge_EXPORTS)
34 #define VTK_BRIDGE_EXPORT __declspec( dllexport )
36 #define VTK_BRIDGE_EXPORT __declspec( dllimport )
39 #define VTK_BRIDGE_EXPORT