static void ResolveShellFunctions()
{
+#if wxUSE_DYNLIB_CLASS
+
// start with the newest functions, fall back to the oldest ones
#ifdef __WXWINCE__
wxString shellDllName(_T("coredll"));
// because we also link to it statically, so it's ok
gs_shellFuncs.initialized = true;
+#endif
}
// ============================================================================