Fix accidental wrong define

This commit is contained in:
UnknownShadow200 2021-09-23 09:02:49 +10:00
parent f6abeb3423
commit ac7555e13d

View File

@ -152,7 +152,7 @@ Thus it is **NOT SAFE** to allocate a string on the stack. */
#ifndef CC_BUILD_MANUAL #ifndef CC_BUILD_MANUAL
#if defined _WIN32 #if defined _WIN32
#define CC_BUILD_WIN #define CC_BUILD_WIN
#define CC_BUILD_D3D11 #define CC_BUILD_D3D9
#define CC_BUILD_WINGUI #define CC_BUILD_WINGUI
#define CC_BUILD_WININET #define CC_BUILD_WININET
#define CC_BUILD_WINMM #define CC_BUILD_WINMM