windows + raylib compat

This commit is contained in:
Tenari
2026-07-19 20:14:18 -05:00
parent 94af399e58
commit 2e5c6cc808
2 changed files with 67 additions and 0 deletions
+4
View File
@@ -521,6 +521,10 @@ typedef Vec4f32 Vec4;
#if OS_WINDOWS
# define WIN32_LEAN_AND_MEAN
# define NOGDI
# define NOUSER
typedef struct tagMSG *LPMSG;
typedef struct tagMSG MSG;
# include <Windows.h>
# include <winsock2.h>
# include <iphlpapi.h>