X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/2bda0e173844e8e0f8acf4e8ad8b5c26e5c6fe5d..9739d9ee8090965862ba623b09a8fba731dc3d5c:/include/wx/msw/settings.h diff --git a/include/wx/msw/settings.h b/include/wx/msw/settings.h index 08f1e64e8e..95e58680f6 100644 --- a/include/wx/msw/settings.h +++ b/include/wx/msw/settings.h @@ -5,18 +5,20 @@ // 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 __SETTINGSH__ -#define __SETTINGSH__ +#ifndef _WX_SETTINGS_H_ +#define _WX_SETTINGS_H_ #ifdef __GNUG__ #pragma interface "settings.h" #endif #include "wx/setup.h" +#include "wx/colour.h" +#include "wx/font.h" #define wxSYS_WHITE_BRUSH 0 #define wxSYS_LTGRAY_BRUSH 1 @@ -126,4 +128,4 @@ public: }; #endif - // __SETTINGSH__ + // _WX_SETTINGS_H_