More blind fixes for daily builds
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@14453 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -133,6 +133,7 @@ typedef struct _LVITEMW {
|
||||
int iIndent;
|
||||
#endif
|
||||
} LV_ITEMW;
|
||||
typedef LV_ITEM LV_ITEMA;
|
||||
#endif
|
||||
|
||||
// ----------------------------------------------------------------------------
|
||||
|
@@ -68,6 +68,14 @@
|
||||
#define SHGFI_SMALLICON 1
|
||||
#endif
|
||||
|
||||
#ifndef SHGFI_SHELLICONSIZE
|
||||
#define SHGFI_SHELLICONSIZE 4
|
||||
#endif
|
||||
|
||||
#ifndef SHGFI_OPENICON
|
||||
#define SHGFI_OPENICON 2
|
||||
#endif
|
||||
|
||||
//+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
|
||||
// Dynamic library function defs.
|
||||
//+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
|
||||
|
Reference in New Issue
Block a user