Added wxStandardPaths implementation for OS/2.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@30323 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Stefan Neis
2004-11-06 22:14:04 +00:00
parent 08429a81ca
commit 175bb578e0
5 changed files with 148 additions and 1 deletions

View File

@@ -91,6 +91,8 @@ protected:
#include "wx/msw/stdpaths.h"
#elif defined(__WXMAC__) || defined(__WXCOCOA__)
#include "wx/mac/corefoundation/stdpaths.h"
#elif defined(__OS2__)
#include "wx/os2/stdpaths.h"
#elif defined(__UNIX__)
#include "wx/unix/stdpaths.h"
#endif