Compile with wxUSE_DYNLIB_CLASS and wxUSE_WXDIB set to 0
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@37037 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -106,6 +106,8 @@ static ShellFunctions gs_shellFuncs;
|
||||
|
||||
static void ResolveShellFunctions()
|
||||
{
|
||||
#if wxUSE_DYNLIB_CLASS
|
||||
|
||||
// start with the newest functions, fall back to the oldest ones
|
||||
#ifdef __WXWINCE__
|
||||
wxString shellDllName(_T("coredll"));
|
||||
@@ -153,6 +155,7 @@ static void ResolveShellFunctions()
|
||||
// because we also link to it statically, so it's ok
|
||||
|
||||
gs_shellFuncs.initialized = true;
|
||||
#endif
|
||||
}
|
||||
|
||||
// ============================================================================
|
||||
|
Reference in New Issue
Block a user