+ add option to switch off precompiled header
This commit is contained in:
@@ -37,6 +37,11 @@
|
||||
# define MeshExport
|
||||
#endif
|
||||
|
||||
#ifdef FC_OS_WIN32
|
||||
#define WIN32_LEAN_AND_MEAN
|
||||
#define NOMINMAX
|
||||
#endif
|
||||
|
||||
#ifdef _PreComp_
|
||||
|
||||
// standard
|
||||
@@ -63,4 +68,4 @@
|
||||
#elif defined(FC_OS_WIN32)
|
||||
#include <windows.h>
|
||||
#endif // _PreComp_
|
||||
#endif
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user