EMX (OS/2) defines _MAX_PATH only

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@16782 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Stefan Neis 2002-08-25 18:26:31 +00:00
parent 64a1d923e6
commit 01c9a906d7

View File

@ -124,6 +124,10 @@
#endif
#endif
#ifdef __EMX__
#define MAX_PATH _MAX_PATH
#endif
// ----------------------------------------------------------------------------
// private classes
// ----------------------------------------------------------------------------