Include <windows.h> before including <shellapi.h>.
authorVadim Zeitlin <vadim@wxwidgets.org>
Sun, 2 May 2010 12:19:14 +0000 (12:19 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Sun, 2 May 2010 12:19:14 +0000 (12:19 +0000)
commit8ba51e7326e1536fd2e544e70374cb997bdba2e6
treef6d396e21bfc6981f5adfecb7a62875cade7751c
parent5708ae18f2c9b164713918405a6a738ca5538550
Include <windows.h> before including <shellapi.h>.

Although this is not needed with most compilers (including recent MinGW),
including <shellapi.h> directly apparently doesn't work with some older MinGW
versions.

This fixes compilation after the changes of r64139.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@64201 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
src/msw/volume.cpp