mirror of
https://github.com/reactos/reactos.git
synced 2025-06-10 04:14:53 +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 <string.h>
|
||||||
#include <limits.h>
|
#include <limits.h>
|
||||||
|
|
||||||
|
#ifndef PATH_MAX
|
||||||
|
#define PATH_MAX MAX_PATH
|
||||||
|
#endif
|
||||||
|
|
||||||
#if defined(_WIN32)
|
#if defined(_WIN32)
|
||||||
#define DIR_SEPARATOR_CHAR '\\'
|
#define DIR_SEPARATOR_CHAR '\\'
|
||||||
#define DIR_SEPARATOR_STRING "\\"
|
#define DIR_SEPARATOR_STRING "\\"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue