]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/msw/filedlg.h
Some of these are not in BASE, cahnge back to WXDLLEXPORT
[wxWidgets.git] / include / wx / msw / filedlg.h
index c84b139b960796e08f627b64bc60b354f52b8cb4..8a8deee9af359904c473eafdcd0e05f326f8beb4 100644 (file)
@@ -38,9 +38,12 @@ public:
     virtual int ShowModal();
 
 protected:
+
+#ifndef __SMARTPHONE__
     virtual void DoMoveWindow(int x, int y, int width, int height);
     virtual void DoGetSize( int *width, int *height ) const;
     virtual void DoGetPosition( int *x, int *y ) const;
+#endif // __SMARTPHONE__
 
 private:
     wxArrayString m_fileNames;