MAX_PATH is PATH_MAX on Posix Modified: branches/xmlbuildsystem/reactos/tools/rbuild/pch.h _____
Modified: branches/xmlbuildsystem/reactos/tools/rbuild/pch.h --- branches/xmlbuildsystem/reactos/tools/rbuild/pch.h 2005-02-02 15:42:48 UTC (rev 13387) +++ branches/xmlbuildsystem/reactos/tools/rbuild/pch.h 2005-02-02 20:10:14 UTC (rev 13388) @@ -29,6 +29,7 @@
#define _finite __finite #define _isnan __isnan #define stricmp strcasecmp +#define MAX_PATH PATH_MAX #endif
#endif//PCH_H