[browseui]
authorAndrew Hill <ash77@reactos.org>
Sun, 1 Nov 2009 02:26:24 +0000 (02:26 +0000)
committerAndrew Hill <ash77@reactos.org>
Sun, 1 Nov 2009 02:26:24 +0000 (02:26 +0000)
- The global class instance _AtlComModule needs to be constructed with placement new also

svn path=/trunk/; revision=43892

reactos/dll/win32/browseui/browseui.cpp

index ed547b0..cea6176 100644 (file)
@@ -77,6 +77,7 @@ STDAPI_(BOOL) DllMain(HINSTANCE hInstance, DWORD dwReason, LPVOID fImpLoad)
        new (&gModule) CBrowseUIModule;
        new (&gWinModule) CAtlWinModule;
        new (&_AtlBaseModule) CAtlBaseModule;
+       new (&_AtlComModule) CAtlComModule;
 
        if (dwReason == DLL_PROCESS_ATTACH)
        {