]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/icon.h
more extra semicolons removed (patch 1303724)
[wxWidgets.git] / include / wx / icon.h
index 1f273ebb070423a2bada1a977fa7422e786410b6..4bccbc43d95c56c6d455a2bfa998b315b54ae0b3 100644 (file)
@@ -1,9 +1,22 @@
+/////////////////////////////////////////////////////////////////////////////
+// Name:        wx/icon.h
+// Purpose:     wxIcon base header
+// Author:      Julian Smart
+// Modified by:
+// Created:
+// Copyright:   (c) Julian Smart
+// RCS-ID:      $Id$
+// Licence:     wxWindows licence
+/////////////////////////////////////////////////////////////////////////////
+
 #ifndef _WX_ICON_H_BASE_
 #define _WX_ICON_H_BASE_
 
 #include "wx/iconloc.h"
 
-#if defined(__WXMSW__)
+#if defined(__WXPALMOS__)
+  #include "wx/palmos/icon.h"
+#elif defined(__WXMSW__)
   #include "wx/msw/icon.h"
 #elif defined(__WXMOTIF__)
   #include "wx/motif/icon.h"