mirror of
https://github.com/reactos/reactos.git
synced 2025-05-28 13:38:19 +00:00
[CABMAN]
- Fix MSVC build svn path=/trunk/; revision=55668
This commit is contained in:
parent
7313a0dacd
commit
3fec97b52e
1 changed files with 4 additions and 0 deletions
|
@ -23,6 +23,10 @@
|
|||
#include <string.h>
|
||||
#include <limits.h>
|
||||
|
||||
#ifndef PATH_MAX
|
||||
#define PATH_MAX MAX_PATH
|
||||
#endif
|
||||
|
||||
#if defined(_WIN32)
|
||||
#define DIR_SEPARATOR_CHAR '\\'
|
||||
#define DIR_SEPARATOR_STRING "\\"
|
||||
|
|
Loading…
Reference in a new issue