msvc32 build fix

This commit is contained in:
Flyinghead 2023-04-08 19:11:21 +02:00
parent 64cfba735e
commit 81ce3f7d10
1 changed files with 1 additions and 1 deletions

View File

@ -51,7 +51,7 @@
#endif
#ifdef _WIN32
#include "winnls.h"
#include <windows.h>
#else
#include <unistd.h>
#endif