Author: pschweitzer Date: Thu Feb 16 17:13:38 2012 New Revision: 55641
URL: http://svn.reactos.org/svn/reactos?rev=55641&view=rev Log: [CABMAN] Attempt to fix 2. MAX_PATH shouldn't be defined/used any longer
Modified: trunk/reactos/tools/cabman/cabinet.h
Modified: trunk/reactos/tools/cabman/cabinet.h URL: http://svn.reactos.org/svn/reactos/trunk/reactos/tools/cabman/cabinet.h?rev=... ============================================================================== --- trunk/reactos/tools/cabman/cabinet.h [iso-8859-1] (original) +++ trunk/reactos/tools/cabman/cabinet.h [iso-8859-1] Thu Feb 16 17:13:38 2012 @@ -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 '\'