]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/msw/settings.h
doc view code inteprets wxSTREAM_EOF as correct,
[wxWidgets.git] / include / wx / msw / settings.h
index 08f1e64e8e5b3e49d5ff087f653cf356ea5a5911..95e58680f686cb884fdfd2c3efaf416a21047949 100644 (file)
@@ -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_