Fix Windows builds oops

This commit is contained in:
UnknownShadow200 2024-07-31 18:31:18 +10:00
parent a31fec1973
commit f09b8d9375

View File

@ -186,7 +186,7 @@ typedef cc_uint8 cc_bool;
#define CC_BUILD_HTTPCLIENT
#define DEFAULT_AUD_BACKEND CC_AUD_BACKEND_WINMM
#define DEFAULT_SSL_BACKEND CC_SSL_BACKEND_SCHANNEL
#define DEFAULT_GFX_BACKEND CC_GFX_BACKEND_GL1
#define DEFAULT_GFX_BACKEND CC_GFX_BACKEND_D3D9
#define DEFAULT_WIN_BACKEND CC_WIN_BACKEND_WIN32
#elif defined __ANDROID__
#define CC_BUILD_ANDROID