Replace WIN32 preprocessor symbol by the official symbol _WIN32, used almost everywhere
This commit is contained in:
committed by
jean-pierre charras
parent
8a251163dc
commit
abe1ffabda
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user