|
Slicer 4.2
Slicer is a multi-platform, free and open source software package for visualization and medical image computing
|
00001 00002 #ifndef __qMRMLWidgetsExport_h 00003 #define __qMRMLWidgetsExport_h 00004 00005 #if defined(WIN32) && !defined(qMRMLWidgets_STATIC) 00006 #if defined(qMRMLWidgets_EXPORTS) 00007 #define QMRML_WIDGETS_EXPORT __declspec( dllexport ) 00008 #else 00009 #define QMRML_WIDGETS_EXPORT __declspec( dllimport ) 00010 #endif 00011 #else 00012 #define QMRML_WIDGETS_EXPORT 00013 #endif 00014 00015 #endif //__qMRMLWidgetsExport_h
1.7.4