Silence the missing shcore.dll warning on Windows 7

This commit is contained in:
Simon Rozman 2018-11-06 09:21:11 +01:00
parent a798474bdc
commit a87cb05ddc

View File

@ -24,5 +24,5 @@
#if wxUSE_DYNLIB_CLASS #if wxUSE_DYNLIB_CLASS
wxDynamicLibrary wxTLWGeometryEx::s_dllUser32(wxT("user32.dll")); wxDynamicLibrary wxTLWGeometryEx::s_dllUser32(wxT("user32.dll"));
wxDynamicLibrary wxTLWGeometryEx::s_dllShCore(wxT("shcore.dll")); wxDynamicLibrary wxTLWGeometryEx::s_dllShCore(wxT("shcore.dll"), wxDL_DEFAULT | wxDL_QUIET);
#endif #endif