mirror of
https://github.com/reactos/reactos.git
synced 2025-01-07 14:51:00 +00:00
Addendum to r58764:
Remove MAX_PATH compatible definition and limits.h inclusion. svn path=/trunk/; revision=58766
This commit is contained in:
parent
f26c89182f
commit
4c940f9e2e
1 changed files with 0 additions and 2 deletions
|
@ -16,10 +16,8 @@
|
|||
#define DIR_FMT "dir /a:-d /s /b %s > %s"
|
||||
|
||||
#else /* not defined (_WIN32) */
|
||||
#include <limits.h>
|
||||
#include <sys/stat.h>
|
||||
|
||||
#define MAX_PATH PATH_MAX
|
||||
#define POPEN popen
|
||||
#define PCLOSE pclose
|
||||
#define MKDIR(d) mkdir(d, S_IRWXU|S_IRWXG|S_IROTH|S_IXOTH)
|
||||
|
|
Loading…
Reference in a new issue