common: fix windows build caused by double windows.h import
This commit is contained in:
parent
1ad5a45210
commit
22b3bb3ceb
1 changed files with 0 additions and 1 deletions
|
@ -57,7 +57,6 @@
|
|||
#ifdef __linux__
|
||||
#include <linux/limits.h>
|
||||
#elif defined(_WIN32)
|
||||
#include <windows.h>
|
||||
#define PATH_MAX MAX_PATH
|
||||
#else
|
||||
#include <sys/syslimits.h>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue