From 54687f3ee6e05df413f729e402996bdc2ebf4f7e Mon Sep 17 00:00:00 2001 From: Steven Edwards Date: Wed, 2 Feb 2005 20:10:14 +0000 Subject: [PATCH] MAX_PATH is PATH_MAX on Posix svn path=/branches/xmlbuildsystem/; revision=13388 --- reactos/tools/rbuild/pch.h | 1 + 1 file changed, 1 insertion(+) diff --git a/reactos/tools/rbuild/pch.h b/reactos/tools/rbuild/pch.h index 499db06ad6e..c46abbc1487 100644 --- a/reactos/tools/rbuild/pch.h +++ b/reactos/tools/rbuild/pch.h @@ -29,6 +29,7 @@ inline char* strlwr ( char* str ) #define _finite __finite #define _isnan __isnan #define stricmp strcasecmp +#define MAX_PATH PATH_MAX #endif #endif//PCH_H