]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/msw/filedlg.h
Added --with-gnomeprint and its wxUSE_LIBGNOMEPRINT
[wxWidgets.git] / include / wx / msw / filedlg.h
index 8a8deee9af359904c473eafdcd0e05f326f8beb4..5bdd3957fe3170dbb161ebd27449574efd3a6aa6 100644 (file)
@@ -39,11 +39,11 @@ public:
 
 protected:
 
-#ifndef __SMARTPHONE__
+#if !(defined(__SMARTPHONE__) && defined(__WXWINCE__))
     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__
+#endif // !(__SMARTPHONE__ && __WXWINCE__)
 
 private:
     wxArrayString m_fileNames;