mirror of
https://github.com/reactos/reactos.git
synced 2025-05-13 06:18:17 +00:00
[browseui]
- The global class instance _AtlComModule needs to be constructed with placement new also svn path=/trunk/; revision=43892
This commit is contained in:
parent
5a9218f54f
commit
8c1263797d
1 changed files with 1 additions and 0 deletions
|
@ -77,6 +77,7 @@ STDAPI_(BOOL) DllMain(HINSTANCE hInstance, DWORD dwReason, LPVOID fImpLoad)
|
||||||
new (&gModule) CBrowseUIModule;
|
new (&gModule) CBrowseUIModule;
|
||||||
new (&gWinModule) CAtlWinModule;
|
new (&gWinModule) CAtlWinModule;
|
||||||
new (&_AtlBaseModule) CAtlBaseModule;
|
new (&_AtlBaseModule) CAtlBaseModule;
|
||||||
|
new (&_AtlComModule) CAtlComModule;
|
||||||
|
|
||||||
if (dwReason == DLL_PROCESS_ATTACH)
|
if (dwReason == DLL_PROCESS_ATTACH)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue