]> git.saurik.com Git - wxWidgets.git/blobdiff - src/msw/imaglist.cpp
make sure we catch invalid control refs better
[wxWidgets.git] / src / msw / imaglist.cpp
index d9ffadf717c40af7e26d83acb561178d6deba7d0..2b3cfb5c583d0a6462a34d94c11c5064ffd60f40 100644 (file)
@@ -25,6 +25,7 @@
 #endif
 
 #ifndef WX_PRECOMP
+    #include "wx/msw/wrapcctl.h" // include <commctrl.h> "properly"
     #include "wx/window.h"
     #include "wx/icon.h"
     #include "wx/dc.h"
@@ -39,9 +40,6 @@
 #include "wx/msw/imaglist.h"
 #include "wx/msw/private.h"
 
-// include <commctrl.h> "properly"
-#include "wx/msw/wrapcctl.h"
-
 // ----------------------------------------------------------------------------
 // wxWin macros
 // ----------------------------------------------------------------------------