X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/bbee1b4abc13379569607df8f6985ec68dc12231..7cfdeaadb8070f806cfdfa6c9021c71f3391b742:/src/msw/volume.cpp 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. //+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++