Piotr Caban (@piotr) commented about dlls/imm32/imm.c:
InitializeSpy_PostUninitialize,
};
+static BOOL WINAPI init_ole32_funcs( INIT_ONCE *once, void *param, void **context ) +{
- HMODULE module_ole32 = GetModuleHandleA("ole32");
GetModuleHandleA will work after first call to ole32. Please move the initialization after CoInitializeEx call.