backends: ensure _wgetcwd() is declared when compiling for windows

This commit is contained in:
John Törnblom 2024-11-23 13:36:13 +01:00
parent 24888cc3c1
commit e21e057b04

View file

@ -39,6 +39,7 @@
#ifdef _WIN32
#include <windows.h> // GetModuleFileNameA()
#include <wchar.h> // _wgetcwd()
#endif
#ifdef __APPLE__