X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/c801d85f158c4cba50b588807daabdcbd0ed3853..12ed316d02733e7111a6967f6ae41e2c0ceaa57a:/include/wx/imaglist.h

diff --git a/include/wx/imaglist.h b/include/wx/imaglist.h
index 12774bdff4..32f5922bd7 100644
--- a/include/wx/imaglist.h
+++ b/include/wx/imaglist.h
@@ -1,13 +1,25 @@
-#ifndef __IMAGLISTH_BASE__
-#define __IMAGLISTH_BASE__
+#ifndef _WX_IMAGLIST_H_BASE_
+#define _WX_IMAGLIST_H_BASE_
 
-#if defined(__WINDOWS__)
+#if defined(__WXMSW__)
+#ifdef __WIN16__
+#include "wx/generic/imaglist.h"
+#else
 #include "wx/msw/imaglist.h"
-#elif defined(__MOTIF__)
+#endif
+#elif defined(__WXMOTIF__)
+#include "wx/generic/imaglist.h"
+#elif defined(__WXGTK__)
+#include "wx/generic/imaglist.h"
+#elif defined(__WXQT__)
+#include "wx/generic/imaglist.h"
+#elif defined(__WXMAC__)
+#include "wx/generic/imaglist.h"
+#elif defined(__WXPM__)
 #include "wx/generic/imaglist.h"
-#elif defined(__GTK__)
+#elif defined(__WXSTUBS__)
 #include "wx/generic/imaglist.h"
 #endif
 
 #endif
-    // __IMAGLISTH_BASE__
+    // _WX_IMAGLIST_H_BASE_