From: Stefan Neis Date: Mon, 22 Sep 2003 06:04:49 +0000 (+0000) Subject: Fixed wxGUIAppTraits declaration on OS/2. X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/7332d96bd5b57c75f31c0f09493a67ce95bd2453 Fixed wxGUIAppTraits declaration on OS/2. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23796 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/include/wx/apptrait.h b/include/wx/apptrait.h index 5b136f473c..dcc488e1e2 100644 --- a/include/wx/apptrait.h +++ b/include/wx/apptrait.h @@ -221,7 +221,7 @@ public: #include "wx/unix/apptrait.h" #elif defined(__WXMAC__) #include "wx/mac/apptrait.h" -#elif defined(__OS2__) +#elif defined(__WXPM__) #include "wx/os2/apptrait.h" #else // at least, we need an implementation of GetToolkitInfo !