X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/98c919483746ad0836f8f70a7d12f8e2d1e7d52b..10d878a9ea0b6bf66c469afe265735721c81a1f7:/include/wx/imaglist.h diff --git a/include/wx/imaglist.h b/include/wx/imaglist.h index 96cae93138..1b2c2c4cc2 100644 --- a/include/wx/imaglist.h +++ b/include/wx/imaglist.h @@ -1,8 +1,21 @@ +///////////////////////////////////////////////////////////////////////////// +// 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" +#elif defined(__WXMAC_CARBON__) + #include "wx/mac/imaglist.h" #else #include "wx/generic/imaglist.h" #endif