We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7fc9aaf commit c7f3279Copy full SHA for c7f3279
src/Core.h
@@ -602,8 +602,7 @@ typedef cc_uint8 cc_bool;
602
#define CC_BUILD_FREETYPE
603
#define DEFAULT_NET_BACKEND CC_NET_BACKEND_BUILTIN
604
#define DEFAULT_SSL_BACKEND CC_SSL_BACKEND_BEARSSL
605
- #define DEFAULT_CRT_BACKEND CC_CRT_BACKEND_OPENSSL
606
- #undef CC_CRT_BACKEND
+ //#define DEFAULT_CRT_BACKEND CC_CRT_BACKEND_OPENSSL
607
#define DEFAULT_GFX_BACKEND CC_GFX_BACKEND_SOFTGPU
608
#define DEFAULT_WIN_BACKEND CC_WIN_BACKEND_OS2
609
#define DEFAULT_AUD_BACKEND CC_AUD_BACKEND_NULL
0 commit comments