From: san Date: Wed, 5 Apr 2006 14:16:37 +0000 (+0000) Subject: Exclude header not used on Windows X-Git-Tag: LAST_STABLE_VERSION_21_09_2006_ON_3_2_0~85 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=44c3294716342883d74a36e50a6e6ee0b9aa6f16;p=modules%2Fgui.git Exclude header not used on Windows --- diff --git a/src/SALOME_PYQT/SALOME_PYQT_GUI/SALOME_PYQT_Module.cxx b/src/SALOME_PYQT/SALOME_PYQT_GUI/SALOME_PYQT_Module.cxx index 2e6f38b4f..5a7998eaf 100644 --- a/src/SALOME_PYQT/SALOME_PYQT_GUI/SALOME_PYQT_Module.cxx +++ b/src/SALOME_PYQT/SALOME_PYQT_GUI/SALOME_PYQT_Module.cxx @@ -44,7 +44,9 @@ #include #include +#ifndef WIN32 #include "SALOME_PYQT_SipDefs.h" +#endif #include "sipAPISalomePyQtGUI.h" #include "sipqtQWidget.h"