projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Updated instructions for XML Tools.
[wxWidgets.git]
/
src
/
os2
/
helpwin.cpp
diff --git
a/src/os2/helpwin.cpp
b/src/os2/helpwin.cpp
index 19c6c00e4a924c279c8b6c41b0d56877c912b800..dacf83e5249621dc793114c7d77116aca35029e4 100644
(file)
--- a/
src/os2/helpwin.cpp
+++ b/
src/os2/helpwin.cpp
@@
-12,13
+12,13
@@
// For compilers that support precompilation, includes "wx.h".
#include "wx/wxprec.h"
// For compilers that support precompilation, includes "wx.h".
#include "wx/wxprec.h"
+#if wxUSE_HELP
+
#ifndef WX_PRECOMP
#ifndef WX_PRECOMP
-#include "wx/defs.h"
#endif
#include "wx/os2/helpwin.h"
#endif
#include "wx/os2/helpwin.h"
-#if wxUSE_HELP
#include <time.h>
#include "wx/os2/private.h"
#include <time.h>
#include "wx/os2/private.h"
@@
-150,4
+150,5
@@
bool wxWinHelpController::Quit()
void wxWinHelpController::OnQuit()
{
}
void wxWinHelpController::OnQuit()
{
}
+
#endif // wxUSE_HELP
#endif // wxUSE_HELP