Salome HOME
Windows porting
[modules/geom.git] / src / DlgRef / DlgRef_1Sel3Spin_QTD.h
index 681d72f62ca44d6b576ec49a3ac4f25059999100..8283cd9b7b5afddc631dcc9c95beca4cee9a26ae 100644 (file)
@@ -19,8 +19,12 @@ class QLabel;
 class QLineEdit;
 class QPushButton;
 class QSpinBox;
-
-class DlgRef_1Sel3Spin_QTD : public QWidget
+#if defined WNT && defined WIN32 && defined SALOME_WNT_EXPORTS
+#define DLGREF_WNT_EXPORT __declspec( dllexport )
+#else
+#define DLGREF_WNT_EXPORT
+#endif
+class DLGREF_WNT_EXPORT DlgRef_1Sel3Spin_QTD : public QWidget
 { 
     Q_OBJECT