Attempt to fix 2.
MAX_PATH shouldn't be defined/used any longer

svn path=/trunk/; revision=55641
This commit is contained in:
Pierre Schweitzer 2012-02-16 17:13:38 +00:00
parent 50bb4a925e
commit cc6395f4b1

View file

@ -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 '\\'