Fix case of <shlwapi.h> includes

Don't use upper-case file names, while MSW itself is case-insensitive, wxMSW
can be also cross-compiled and then the wrong case results in compilation
errors.

Closes #17279.
This commit is contained in:
Vadim Zeitlin 2015-12-06 03:41:26 +01:00
parent be38f5a051
commit 332dc81167
2 changed files with 2 additions and 2 deletions

View File

@ -40,7 +40,7 @@
#endif
#include "wx/msw/wrapwin.h"
#include <Shlwapi.h>
#include <shlwapi.h>
#define GetEditHwnd() ((HWND)(GetEditHWND()))

View File

@ -32,7 +32,7 @@
#include "wx/msw/private.h" // includes <windows.h>
#include "wx/msw/wrapwin.h"
#include <Shlwapi.h>
#include <shlwapi.h>
// ============================================================================
// implementation