X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/aaf7ab431b85d817af39d1a19b6d392ff5bd9379..259c43f679ca655362b5a439e11c87fc0666d663:/include/wx/icon.h diff --git a/include/wx/icon.h b/include/wx/icon.h index 1f273ebb07..4bccbc43d9 100644 --- a/include/wx/icon.h +++ b/include/wx/icon.h @@ -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"