mirror of https://github.com/nodejs/node.git
Include windows.h in node_file.cc
parent
a85a776268
commit
c7f0341d88
|
@ -15,6 +15,10 @@
|
|||
#include <errno.h>
|
||||
#include <limits.h>
|
||||
|
||||
#ifdef __MINGW32__
|
||||
#include <windows.h>
|
||||
#endif
|
||||
|
||||
/* used for readlink, AIX doesn't provide it */
|
||||
#ifndef PATH_MAX
|
||||
#define PATH_MAX 4096
|
||||
|
|
Loading…
Reference in New Issue