Root for OS2 - feedback from openwatcom newsgroups.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@35719 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Włodzimierz Skiba 2005-09-26 08:44:35 +00:00
parent ff23892253
commit 65e324b4b0

View File

@ -201,7 +201,7 @@ static void TestCmdLineConvert()
#ifdef __UNIX__
static const wxChar *ROOTDIR = _T("/");
static const wxChar *TESTDIR = _T("/usr/local/share");
#elif defined(__WXMSW__) || defined(__DOS__)
#elif defined(__WXMSW__) || defined(__DOS__) || defined(__OS2__)
static const wxChar *ROOTDIR = _T("c:\\");
static const wxChar *TESTDIR = _T("d:\\");
#else