just made maxpath a bit shorter

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_4_BRANCH@17352 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Chris Elliott
2002-09-23 12:15:48 +00:00
parent d7561efabf
commit 27579129e9

View File

@@ -61,7 +61,7 @@
// ----------------------------------------------------------------------------
#ifdef __WIN32__
# define wxMAXPATH 65536
# define wxMAXPATH 65534
#else
# define wxMAXPATH 1024
#endif