X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/3cd94a0d119ade811cd876a309cfe6d28b5c36dd..968f291be6686f70b259d9449089be204e51080e:/include/wx/imaglist.h diff --git a/include/wx/imaglist.h b/include/wx/imaglist.h index 6558755bc7..1b2c2c4cc2 100644 --- a/include/wx/imaglist.h +++ b/include/wx/imaglist.h @@ -1,13 +1,23 @@ +///////////////////////////////////////////////////////////////////////////// +// Name: wx/imaglist.h +// Purpose: wxImageList base header +// Author: Julian Smart +// Modified by: +// Created: +// Copyright: (c) Julian Smart +// RCS-ID: $Id$ +// Licence: wxWindows licence +///////////////////////////////////////////////////////////////////////////// + #ifndef _WX_IMAGLIST_H_BASE_ #define _WX_IMAGLIST_H_BASE_ -#if defined(__WIN32__) +#if defined(__WIN32__) && !defined(__WXUNIVERSAL__) #include "wx/msw/imaglist.h" -#endif -#include "wx/generic/imaglist.h" -#if !defined(__WIN32__) - #define wxImageList wxGenericImageList - #define sm_classwxImageList sm_classwxGenericImageList +#elif defined(__WXMAC_CARBON__) + #include "wx/mac/imaglist.h" +#else + #include "wx/generic/imaglist.h" #endif #endif