Commit 0648ab61 authored by Robert Shearman's avatar Robert Shearman Committed by Alexandre Julliard

Remove RegisterTypeLib hack.

parent 5d873adf
...@@ -619,17 +619,8 @@ HRESULT WINAPI RegisterTypeLib( ...@@ -619,17 +619,8 @@ HRESULT WINAPI RegisterTypeLib(
MESSAGE("\n"); MESSAGE("\n");
} }
/* if (tattr->wTypeFlags & (TYPEFLAG_FOLEAUTOMATION|TYPEFLAG_FDUAL))
* FIXME: The 1 is just here until we implement rpcrt4
* stub/proxy handling. Until then it helps IShield
* v6 to work.
*/
if (1 || (tattr->wTypeFlags & TYPEFLAG_FOLEAUTOMATION))
{ {
if (!(tattr->wTypeFlags & TYPEFLAG_FOLEAUTOMATION)) {
FIXME("Registering non-oleautomation interface!\n");
}
/* register interface<->typelib coupling */ /* register interface<->typelib coupling */
get_interface_key( &tattr->guid, keyName ); get_interface_key( &tattr->guid, keyName );
if (RegCreateKeyExW(HKEY_CLASSES_ROOT, keyName, 0, NULL, 0, if (RegCreateKeyExW(HKEY_CLASSES_ROOT, keyName, 0, NULL, 0,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment