]> SALOME platform Git repositories - modules/kernel.git/commitdiff
Salome HOME
Fix compilation pb on Windows
authorvsr <vsr@opencascade.com>
Wed, 29 Jul 2009 14:52:00 +0000 (14:52 +0000)
committervsr <vsr@opencascade.com>
Wed, 29 Jul 2009 14:52:00 +0000 (14:52 +0000)
src/SALOMEDSImpl/SALOMEDSImpl_StudyManager.cxx

index 51a3f5189da72b3f987abc247f0720953c6464fc..69376ec3bca8bc55ead3139389dc2f25789cfe51 100644 (file)
 #include <Windows.h>
 #endif
 
+//Warning undef of Ascii Winwows define
+#ifdef WIN32
+# undef GetUserName
+#endif
+
 using namespace std;
 
 #define USE_CASE_LABEL_ID                       "0:2"