WX_PRECOMP, not WXPRECOMP

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@45700 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Václav Slavík
2007-04-27 21:35:43 +00:00
parent 193d0c9310
commit b4f4d3dd61
26 changed files with 29 additions and 29 deletions

View File

@@ -19,7 +19,7 @@
#if wxUSE_WXHTML_HELP
#ifndef WXPRECOMP
#ifndef WX_PRECOMP
#include "wx/object.h"
#include "wx/dynarray.h"
#include "wx/intl.h"
@@ -40,7 +40,7 @@
#include "wx/toolbar.h"
#include "wx/choicdlg.h"
#include "wx/filedlg.h"
#endif // WXPRECOMP
#endif // WX_PRECOMP
#include "wx/html/helpfrm.h"
#include "wx/html/helpctrl.h"