mirror of
https://github.com/yquake2/yquake2remaster.git
synced 2024-12-03 17:42:55 +00:00
backends: ensure _wgetcwd() is declared when compiling for windows
This commit is contained in:
parent
24888cc3c1
commit
e21e057b04
1 changed files with 1 additions and 0 deletions
|
@ -39,6 +39,7 @@
|
|||
|
||||
#ifdef _WIN32
|
||||
#include <windows.h> // GetModuleFileNameA()
|
||||
#include <wchar.h> // _wgetcwd()
|
||||
#endif
|
||||
|
||||
#ifdef __APPLE__
|
||||
|
|
Loading…
Reference in a new issue