]> git.saurik.com Git - wxWidgets.git/blobdiff - src/msw/dirdlg.cpp
Quiet cooperation between MSW and wxGL.
[wxWidgets.git] / src / msw / dirdlg.cpp
index 4c8cba7388963550c8fea40129e533ef54b1779f..d334ee245e8abe59fac5b2a7dea96b4b40182c74 100644 (file)
@@ -140,7 +140,9 @@ int wxDirDialog::ShowModal()
     bi.hwndOwner      = parent ? GetHwndOf(parent) : NULL;
     bi.pidlRoot       = NULL;
     bi.pszDisplayName = NULL;
-#ifdef __WXWINCE__
+    // Please don't change this without checking it compiles
+    // with eVC++ first.
+#if defined(__POCKETPC__) || defined(__SMARTPHONE__)
     bi.lpszTitle      = m_message.mb_str();
 #else
     bi.lpszTitle      = m_message.c_str();