X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/c801d85f158c4cba50b588807daabdcbd0ed3853..553c5bcc3ab65e8b8a002dc6d5f51cba4f39292c:/include/wx/imaglist.h diff --git a/include/wx/imaglist.h b/include/wx/imaglist.h index 12774bdff4..8a752751d7 100644 --- a/include/wx/imaglist.h +++ b/include/wx/imaglist.h @@ -1,13 +1,11 @@ -#ifndef __IMAGLISTH_BASE__ -#define __IMAGLISTH_BASE__ +#ifndef _WX_IMAGLIST_H_BASE_ +#define _WX_IMAGLIST_H_BASE_ -#if defined(__WINDOWS__) -#include "wx/msw/imaglist.h" -#elif defined(__MOTIF__) -#include "wx/generic/imaglist.h" -#elif defined(__GTK__) -#include "wx/generic/imaglist.h" +#if defined(__WIN32__) && !defined(__WXUNIVERSAL__) + #include "wx/msw/imaglist.h" +#else + #include "wx/generic/imaglist.h" #endif #endif - // __IMAGLISTH_BASE__ + // _WX_IMAGLIST_H_BASE_