Silence the missing shcore.dll warning on Windows 7
This commit is contained in:
parent
a798474bdc
commit
a87cb05ddc
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user