mirror of
https://github.com/ClassiCube/ClassiCube.git
synced 2025-09-15 18:45:23 -04:00
Fix accidental wrong define
This commit is contained in:
parent
f6abeb3423
commit
ac7555e13d
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user