Author: spetreolle
Date: Sun Apr 14 20:54:33 2013
New Revision: 58766
URL:
http://svn.reactos.org/svn/reactos?rev=58766&view=rev
Log:
Addendum to r58764:
Remove MAX_PATH compatible definition and limits.h inclusion.
Modified:
trunk/reactos/tools/log2lines/compat.h
Modified: trunk/reactos/tools/log2lines/compat.h
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/tools/log2lines/compat.h?r…
==============================================================================
--- trunk/reactos/tools/log2lines/compat.h [iso-8859-1] (original)
+++ trunk/reactos/tools/log2lines/compat.h [iso-8859-1] Sun Apr 14 20:54:33 2013
@@ -16,10 +16,8 @@
#define DIR_FMT "dir /a:-d /s /b %s > %s"
#else /* not defined (_WIN32) */
-#include <limits.h>
#include <sys/stat.h>
-#define MAX_PATH PATH_MAX
#define POPEN popen
#define PCLOSE pclose
#define MKDIR(d) mkdir(d, S_IRWXU|S_IRWXG|S_IROTH|S_IXOTH)