mirror of
https://github.com/lwip-tcpip/lwip.git
synced 2024-12-28 00:15:16 +00:00
makefsdata: fix compiling for win32
This commit is contained in:
parent
d116d235a5
commit
7859c6832b
@ -63,6 +63,7 @@ int deflate_level = 10; /* default compression level, can be changed via command
|
||||
#ifdef WIN32
|
||||
|
||||
#define GETCWD(path, len) GetCurrentDirectoryA(len, path)
|
||||
#define GETCWD_SUCCEEDED(ret) (ret != 0)
|
||||
#define CHDIR(path) SetCurrentDirectoryA(path)
|
||||
#define CHDIR_SUCCEEDED(ret) (ret == TRUE)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user