mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-08-09 13:22:24 +03:00
0030091: Configuration - allow cross-compilation from Linux (case sensitive filesystem) to x86_64-w64-mingw32
Names of Windows header files are corrected to be lower case to match their actual names on Windows (except Windows.h) and MinGW. Files COMMANDWINDOW.h and MAINWINDOW.h in Draw package are renamed to CamelCase according to names of corresponding CXX files.
This commit is contained in:
@@ -35,7 +35,7 @@ extern "C" int getpagesize() ;
|
||||
#endif
|
||||
|
||||
#ifdef _WIN32
|
||||
#include <Strsafe.h>
|
||||
#include <strsafe.h>
|
||||
#endif
|
||||
//======================================================================
|
||||
// Assumptions
|
||||
|
Reference in New Issue
Block a user