[browseui]

- The global class instance _AtlComModule needs to be constructed with placement new also

svn path=/trunk/; revision=43892
This commit is contained in:
Andrew Hill 2009-11-01 02:26:24 +00:00
parent 5a9218f54f
commit 8c1263797d

View 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)
{