stub AtlModuleUpdateRegistryFromResourceD [resend]

Alexandre Julliard julliard at winehq.org
Wed Sep 1 14:09:09 CDT 2004


Stefan Leichter <Stefan.Leichter at 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 at winehq.org



More information about the wine-devel mailing list