1
0
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:
abv
2018-09-06 18:59:19 +03:00
committed by bugmaster
parent 112139f00a
commit 5fecc4953b
14 changed files with 15 additions and 15 deletions

View File

@@ -35,7 +35,7 @@ extern "C" int getpagesize() ;
#endif
#ifdef _WIN32
#include <Strsafe.h>
#include <strsafe.h>
#endif
//======================================================================
// Assumptions