[ros-diffs] [sedwards] 13388: MAX_PATH is PATH_MAX on Posix
sedwards at svn.reactos.com
sedwards at svn.reactos.com
Wed Feb 2 21:10:16 CET 2005
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
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://www.reactos.org/pipermail/ros-diffs/attachments/20050202/30d50416/attachment.html
More information about the Ros-diffs
mailing list