MAX_PATH is PATH_MAX on Posix

svn path=/branches/xmlbuildsystem/; revision=13388
This commit is contained in:
Steven Edwards
2005-02-02 20:10:14 +00:00
parent 5987025ab4
commit 54687f3ee6
+1
View File
@@ -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