]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/msw/wrapshl.h
don't hardcode 16/32 as sizes for small/normal icons (fixes bug 1862812)
[wxWidgets.git] / include / wx / msw / wrapshl.h
index 5cef66c0333baca5dd628f572ce469703e8bef9f..195ae3f374cd0f301579fb876fae7305a12d51a7 100644 (file)
 #ifndef _WX_MSW_WRAPSHL_H_
 #define _WX_MSW_WRAPSHL_H_
 
+#include "wx/msw/wrapwin.h"
+
 #ifdef __WXWINCE__
     #include <winreg.h>
     #include <objbase.h>
     #include <shlguid.h>
+    #include <shellapi.h>
 #endif
 
 #include <shlobj.h>
 
 #include "wx/msw/winundef.h"
 
+#include "wx/log.h"
+
 // ----------------------------------------------------------------------------
 // wxItemIdList implements RAII on top of ITEMIDLIST
 // ----------------------------------------------------------------------------