]> git.saurik.com Git - wxWidgets.git/commitdiff
EMX (OS/2) defines _MAX_PATH only
authorStefan Neis <Stefan.Neis@t-online.de>
Sun, 25 Aug 2002 18:26:31 +0000 (18:26 +0000)
committerStefan Neis <Stefan.Neis@t-online.de>
Sun, 25 Aug 2002 18:26:31 +0000 (18:26 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@16782 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

src/common/filename.cpp

index 155a9ecdd463c5d90a631852629801d3e20de05d..732a3f956226ad45387fa83e01b96400d6200b32 100644 (file)
 #endif
 #endif
 
+#ifdef __EMX__
+#define MAX_PATH _MAX_PATH
+#endif
+
 // ----------------------------------------------------------------------------
 // private classes
 // ----------------------------------------------------------------------------