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:
Mattia Barbon
2002-03-05 21:23:47 +00:00
parent bbee1b4abc
commit 7cfdeaadb8
2 changed files with 9 additions and 0 deletions

View File

@@ -133,6 +133,7 @@ typedef struct _LVITEMW {
int iIndent;
#endif
} LV_ITEMW;
typedef LV_ITEM LV_ITEMA;
#endif
// ----------------------------------------------------------------------------

View File

@@ -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.
//+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++