Add PLATFORM_CONSOLE define and fix desktop to be as Windows/UWP, not Win32

This commit is contained in:
Wojtek Figat
2025-08-12 12:34:32 +02:00
parent cdff7708fb
commit 278dead0bd
5 changed files with 6 additions and 2 deletions

View File

@@ -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