Replace WIN32 preprocessor symbol by the official symbol _WIN32, used almost everywhere

This commit is contained in:
Simon Richter
2018-10-20 09:22:24 +02:00
committed by jean-pierre charras
parent 8a251163dc
commit abe1ffabda
5 changed files with 8 additions and 8 deletions
+1 -1
View File
@@ -21,7 +21,7 @@
* @file streamwrapper.cpp
*/
#if !defined( WIN32 ) || !defined( __GNUC__ )
#if !defined( _WIN32 ) || !defined( __GNUC__ )
#error streamwrapper.cpp should not be included in this build
#endif