engine/platformWin32/win_common_prefix.h
2024-01-07 04:36:33 +00:00

19 lines
505 B
C

//win_common_prefix.h
// define our platform
#define TARG_WIN32 1
#define WIN32 1
// normally, this should be on for a PC build
#define USEASSEMBLYTERRBLEND 1
// we turn this on to use inlined CW6-safe ASM in CWProject builds.
// ... and thus not require NASM for CWProject building ...
#define TARG_INLINED_ASM 1
// these are general build flags V12 uses.
#define PNG_NO_READ_tIME 1
#define PNG_NO_WRITE_TIME 1
#define NO_MILES_OPENAL 1