1 Sep
2004
1 Sep
'04
7:09 p.m.
Stefan Leichter <Stefan.Leichter(a)camLine.com> writes:
+/*********************************************************************** + * AtlUpdateRegistryFromResourceD [ATL71.@] (.NET) + * + */ +HRESULT WINAPI AtlUpdateRegistryFromResourceD(HINSTANCE hInst, LPCOLESTR lpszRes, + BOOL bRegister, /* struct _ATL_REGMAP_ENTRY* */ void* pMapEntries, /* IRegistrar* */ void* pReg)
This is confusing, because AtlUpdateRegistryFromResourceD is not exported from atl.dll. You should either avoid that function completely, or create a new atl71.dll that exports it (but that doesn't seem really necessary at this point). -- Alexandre Julliard julliard(a)winehq.org