Author: pschweitzer Date: Thu Feb 16 17:02:28 2012 New Revision: 55640
URL: http://svn.reactos.org/svn/reactos?rev=55640&view=rev Log: [CABMAN] Fix Windows build
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:02:28 2012 @@ -16,9 +16,10 @@ #include <time.h> #include <typedefs.h> #include <unistd.h> +#endif + #ifndef MAX_PATH #define MAX_PATH 260 -#endif #endif
#include <stdlib.h>