[atlnew]
authorAndrew Hill <ash77@reactos.org>
Sat, 31 Oct 2009 23:40:09 +0000 (23:40 +0000)
committerAndrew Hill <ash77@reactos.org>
Sat, 31 Oct 2009 23:40:09 +0000 (23:40 +0000)
commit5a9218f54ff5c31b6766cbf817fc8b6175e89d16
tree0773e3f3926e13865a90a71bc4f45f6e7a287aad
parent3915dba574be36b6f73df8be2d8aee0a6874f1c4
[atlnew]
- RosBE doesn't support __ImageBase, so use GetModuleHandleExW(GET_MODULE_HANDLE_EX_FLAG_FROM_ADDRESS) instead.
- Implement CAtlBaseModule constructor.
[browseui]
- Since RosBE built DLLs don't run global constructors, use placement new to construct them in DllMain. This is a *HACK* and a better solution should be found.
- Change DllMain be be extern C so it actually gets used.

svn path=/trunk/; revision=43890
reactos/dll/win32/browseui/browseui.cpp
reactos/lib/atl/atlbase.h
reactos/lib/atl/atlcore.h