Applied patch #484508 (mostly sample warnings).

I've no idea why CVS thinks that the .mcp files have been changed - they haven't.


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@12589 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Julian Smart
2001-11-22 12:58:44 +00:00
parent 780bb8744b
commit bbb8f29b4a
4 changed files with 41 additions and 34 deletions

View File

@@ -24,6 +24,11 @@
#include "wx/wx.h"
#endif
#if !wxUSE_PROPSHEET
#error Please set wxUSE_PROPSHEET to 1 in include/wx/msw/setup.h and recompile.
#endif
#include "proplist.h"
IMPLEMENT_APP(MyApp)