mirror of
https://github.com/cesanta/mongoose.git
synced 2024-11-25 11:39:01 +08:00
Squashed warning: added #include <direct.h> for windows getcwd()
This commit is contained in:
parent
19c94ce218
commit
bfa171cd97
@ -39,6 +39,7 @@
|
||||
|
||||
#ifdef _WIN32
|
||||
#include <windows.h>
|
||||
#include <direct.h> // For getcwd
|
||||
#include <winsvc.h>
|
||||
#include <shlobj.h>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user