X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/e8435fa381a3479dc5fe8c3d56d8e58b53568599..5d1902d6d6efc842c8f488520d3cca40f1ae99f8:/include/wx/msw/combobox.h diff --git a/include/wx/msw/combobox.h b/include/wx/msw/combobox.h index fdebc76c48..b3510ec208 100644 --- a/include/wx/msw/combobox.h +++ b/include/wx/msw/combobox.h @@ -5,12 +5,12 @@ // Modified by: // Created: 01/02/97 // RCS-ID: $Id$ -// Copyright: (c) Julian Smart and Markus Holzem -// Licence: wxWindows license +// Copyright: (c) Julian Smart +// Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// -#ifndef __COMBOBOXH__ -#define __COMBOBOXH__ +#ifndef _WX_COMBOBOX_H_ +#define _WX_COMBOBOX_H_ #ifdef __GNUG__ #pragma interface "combobox.h" @@ -18,7 +18,7 @@ #include "wx/choice.h" -#if USE_COMBOBOX +#if wxUSE_COMBOBOX WXDLLEXPORT_DATA(extern const char*) wxComboBoxNameStr; WXDLLEXPORT_DATA(extern const char*) wxEmptyString; @@ -78,6 +78,6 @@ class WXDLLEXPORT wxComboBox: public wxChoice virtual bool MSWCommand(WXUINT param, WXWORD id); }; -#endif // USE_COMBOBOX +#endif // wxUSE_COMBOBOX #endif - // __COMBOBOXH__ + // _WX_COMBOBOX_H_