#pragma hdrstop
#endif
-#if wxUSE_DIRDLG
+#if wxUSE_DIRDLG && !defined(__SMARTPHONE__)
#if defined(__WIN95__) && !defined(__GNUWIN32_OLD__) && wxUSE_OLE
//
// wParam = TRUE => lParam is a string and not a PIDL
#ifndef __WXWINCE__
- SendMessage(hwnd, BFFM_SETSELECTION, TRUE, pData);
+ ::SendMessage(hwnd, BFFM_SETSELECTION, TRUE, pData);
#endif
break;
#include "../generic/dirdlgg.cpp"
#endif // compiler/platform on which the code here compiles
-#endif // wxUSE_DIRDLG
+#endif // wxUSE_DIRDLG && !defined(__SMARTPHONE__)