X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/7ec698211d5d82a009ac80fb354059e9af497508..afab8b85c4bdeb11a248c57d13e9bcfa14149ef8:/src/os2/helpwin.cpp?ds=inline diff --git a/src/os2/helpwin.cpp b/src/os2/helpwin.cpp index 19c6c00e4a..79f9975ada 100644 --- a/src/os2/helpwin.cpp +++ b/src/os2/helpwin.cpp @@ -4,7 +4,6 @@ // Author: David Webster // Modified by: // Created: 10/09/99 -// RCS-ID: $Id$ // Copyright: (c) David Webster // Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// @@ -12,13 +11,13 @@ // For compilers that support precompilation, includes "wx.h". #include "wx/wxprec.h" +#if wxUSE_HELP + #ifndef WX_PRECOMP -#include "wx/defs.h" #endif #include "wx/os2/helpwin.h" -#if wxUSE_HELP #include #include "wx/os2/private.h" @@ -150,4 +149,5 @@ bool wxWinHelpController::Quit() void wxWinHelpController::OnQuit() { } + #endif // wxUSE_HELP