]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/region.h
cleanup - reformat
[wxWidgets.git] / include / wx / region.h
index a92ccce90b8960c9f3dc8369dba0e5cfbbcc2dcc..425e8198fe919e7e1289f9ec933ce401f13529c1 100644 (file)
@@ -1,9 +1,20 @@
+/////////////////////////////////////////////////////////////////////////////
+// Name:        wx/region.h
+// Purpose:     Base header for wxRegion
+// Author:      Julian Smart
+// Modified by:
+// Created:
+// RCS-ID:      $Id$
+// Copyright:   (c) Julian Smart
+// Licence:     wxWindows Licence
+/////////////////////////////////////////////////////////////////////////////
+
 #ifndef _WX_REGION_H_BASE_
 #define _WX_REGION_H_BASE_
 
 #include "wx/colour.h"
 
-#if defined(__PALMOS__)
+#if defined(__WXPALMOS__)
     #include "wx/palmos/region.h"
 #elif defined(__WXMSW__)
     #include "wx/msw/region.h"