]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/icon.h
Add missing WINDOWPOS flags for WinCE build to include/wx/msw/wince/missing.h
[wxWidgets.git] / include / wx / icon.h
index c0af6c26c2f6ad935efb7d979d929c702d351b76..4bccbc43d95c56c6d455a2bfa998b315b54ae0b3 100644 (file)
@@ -1,9 +1,20 @@
+/////////////////////////////////////////////////////////////////////////////
+// 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(__PALMOS__)
+#if defined(__WXPALMOS__)
   #include "wx/palmos/icon.h"
 #elif defined(__WXMSW__)
   #include "wx/msw/icon.h"