X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/d43eb2a0d52d9cf09c73d596076d4fd8c81ef0df..8c58338193e8e4219138b9de02d36c4fc4a96feb:/include/wx/msw/toplevel.h diff --git a/include/wx/msw/toplevel.h b/include/wx/msw/toplevel.h index ff20508a5a..fdca302814 100644 --- a/include/wx/msw/toplevel.h +++ b/include/wx/msw/toplevel.h @@ -129,8 +129,10 @@ protected: // override those to return the normal window coordinates even when the // window is minimized +#ifndef __WXWINCE__ virtual void DoGetPosition(int *x, int *y) const; virtual void DoGetSize(int *width, int *height) const; +#endif // __WXWINCE__ // is the window currently iconized?