From 7cfdeaadb8070f806cfdfa6c9021c71f3391b742 Mon Sep 17 00:00:00 2001 From: Mattia Barbon Date: Tue, 5 Mar 2002 21:23:47 +0000 Subject: [PATCH] More blind fixes for daily builds git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@14453 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- src/msw/listctrl.cpp | 1 + src/msw/volume.cpp | 8 ++++++++ 2 files changed, 9 insertions(+) diff --git a/src/msw/listctrl.cpp b/src/msw/listctrl.cpp index b0f73cdf2f..26d176d736 100644 --- a/src/msw/listctrl.cpp +++ b/src/msw/listctrl.cpp @@ -133,6 +133,7 @@ typedef struct _LVITEMW { int iIndent; #endif } LV_ITEMW; +typedef LV_ITEM LV_ITEMA; #endif // ---------------------------------------------------------------------------- diff --git a/src/msw/volume.cpp b/src/msw/volume.cpp index 2c04d2952f..ac38c7d4ab 100644 --- a/src/msw/volume.cpp +++ b/src/msw/volume.cpp @@ -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. //+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ -- 2.47.2