X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/debe6624c1e9d4bf3243381153d1e173c849bcd8..77e7a1dc48e084d1abbc06d5ab9e463d09f9ff51:/include/wx/msw/listbox.h diff --git a/include/wx/msw/listbox.h b/include/wx/msw/listbox.h index ff26cefab5..d8cf809003 100644 --- a/include/wx/msw/listbox.h +++ b/include/wx/msw/listbox.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 __LISTBOXH__ -#define __LISTBOXH__ +#ifndef _WX_LISTBOX_H_ +#define _WX_LISTBOX_H_ #ifdef __GNUG__ #pragma interface "listbox.h" @@ -18,7 +18,6 @@ #include "wx/control.h" -WXDLLEXPORT_DATA(extern const char*) wxListBoxNameStr; WXDLLEXPORT_DATA(extern const char*) wxListBoxNameStr; #if USE_OWNER_DRAWN @@ -134,4 +133,4 @@ class WXDLLEXPORT wxListBox: public wxControl }; #endif - // __LISTBOXH__ + // _WX_LISTBOX_H_