Kaydet (Commit) 3614d554 authored tarafından Tor Lillqvist's avatar Tor Lillqvist

WaE: 'PATH_MAX' : macro redefinition

Change-Id: I153e34d24493bbbebf37422fb6382969153506a8
üst 8b60382f
......@@ -33,7 +33,9 @@
#if defined(__IBMC__) || defined(__EMX__) || defined(_MSC_VER)
# include <fcntl.h>
# define PATH_MAX _MAX_PATH
# ifndef PATH_MAX
# define PATH_MAX _MAX_PATH
# endif
#endif
#include <limits.h>
......
......@@ -24,7 +24,9 @@
#include <stdlib.h>
#include <string.h>
#if defined(__IBMC__) || defined(__EMX__) || defined(_MSC_VER)
# define PATH_MAX _MAX_PATH
# ifndef PATH_MAX
# define PATH_MAX _MAX_PATH
# endif
#endif
#include <limits.h>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment