Add PLATFORM_CONSOLE define and fix desktop to be as Windows/UWP, not Win32
This commit is contained in:
@@ -5,7 +5,6 @@
|
||||
#if PLATFORM_WIN32
|
||||
|
||||
// Platform description
|
||||
#define PLATFORM_DESKTOP 1
|
||||
#if defined(WIN64) && defined(_M_X64)
|
||||
#define PLATFORM_64BITS 1
|
||||
#define PLATFORM_ARCH_X64 1
|
||||
|
||||
Reference in New Issue
Block a user