mirror of
https://github.com/reactos/reactos.git
synced 2025-02-23 17:05:46 +00:00
[CABMAN]
Attempt to fix 2. MAX_PATH shouldn't be defined/used any longer svn path=/trunk/; revision=55641
This commit is contained in:
parent
50bb4a925e
commit
cc6395f4b1
1 changed files with 2 additions and 2 deletions
|
@ -16,15 +16,15 @@
|
|||
#include <time.h>
|
||||
#include <typedefs.h>
|
||||
#include <unistd.h>
|
||||
#endif
|
||||
|
||||
#ifndef MAX_PATH
|
||||
#define MAX_PATH 260
|
||||
#endif
|
||||
#endif
|
||||
|
||||
#include <stdlib.h>
|
||||
#include <stdio.h>
|
||||
#include <string.h>
|
||||
#include <limits.h>
|
||||
|
||||
#if defined(_WIN32)
|
||||
#define DIR_SEPARATOR_CHAR '\\'
|
||||
|
|
Loading…
Reference in a new issue