X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/38009d396d9b48d4ef8dad86921a870481742d33..5d1902d6d6efc842c8f488520d3cca40f1ae99f8:/include/wx/msw/helpwin.h diff --git a/include/wx/msw/helpwin.h b/include/wx/msw/helpwin.h index 4d460f037a..308439b8b3 100644 --- a/include/wx/msw/helpwin.h +++ b/include/wx/msw/helpwin.h @@ -5,12 +5,12 @@ // Modified by: // Created: 04/01/98 // RCS-ID: $Id$ -// Copyright: (c) Julian Smart and Markus Holzem -// Licence: wxWindows license +// Copyright: (c) Julian Smart +// Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// -#ifndef __HELPWINH__ -#define __HELPWINH__ +#ifndef _WX_HELPWIN_H_ +#define _WX_HELPWIN_H_ #ifdef __GNUG__ #pragma interface "helpwin.h" @@ -18,7 +18,7 @@ #include "wx/wx.h" -#if USE_HELP +#if wxUSE_HELP #include "wx/helpbase.h" @@ -49,6 +49,6 @@ protected: wxString m_helpFile; }; -#endif // USE_HELP +#endif // wxUSE_HELP #endif - // __HELPWINH__ + // _WX_HELPWIN_H_