Salome HOME
Debug of sketcher debug validators
[modules/shaper.git] / src / Config / Config_XMLReader.cpp
index f75748f1847a091e635de8664a963f99fd9531ad..26da54b51d7f316cc77427cb8ededff4f4652159 100644 (file)
 #include <libxml/parser.h>
 #include <libxml/tree.h>
 
-/*
- #ifdef WIN32
- //For GetModuleFileNameW
- #include <windows.h>
- #endif
- */
+#ifdef WIN32
+#pragma warning(disable : 4996) // for getenv
+#endif
 
 #ifdef _DEBUG
 #include <iostream>