This commit is contained in:
2024-04-09 00:35:55 +02:00
parent 1e1450178f
commit 14f33a7ef5
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -13,7 +13,7 @@
# else # else
# define IO_PLATFORM_WINDOWS 0 # define IO_PLATFORM_WINDOWS 0
# define IO_PLATFORM_LINUX 0 # define IO_PLATFORM_LINUX 0
# define IO_PLATFORM_OTHER 0 # define IO_PLATFORM_OTHER 1
# endif # endif
#include <stdint.h> #include <stdint.h>
+1 -1
View File
@@ -13,7 +13,7 @@
#else #else
# define IO_PLATFORM_WINDOWS 0 # define IO_PLATFORM_WINDOWS 0
# define IO_PLATFORM_LINUX 0 # define IO_PLATFORM_LINUX 0
# define IO_PLATFORM_OTHER 0 # define IO_PLATFORM_OTHER 1
#endif #endif
#if IO_PLATFORM_WINDOWS #if IO_PLATFORM_WINDOWS