Use the proper WOW functions everywhere instead of the K32WOW variant.
[wine] / dlls / ole32 / regsvr.c
2005-06-13  Robert Shearman- Add registry entries for local-only OLE interfaces.
2005-06-06  Dmitry TimoshkovMake remaining OLE interface vtables const.
2005-02-08  Robert Shearman- Implement CoDisconnectObject.
2005-01-25  Robert Shearman- Move OLE automation interface registration to oleaut32.
2004-07-12  Marcus MeissnerIID_IObjectWithSite is already in libuuid, no need...
2004-02-27  Alexandre JulliardSync some of the dll registrations with the contents of
2003-09-11  Dave MillerRemoved ordinals from comments.
2003-09-05  Alexandre JulliardFixed header dependencies to be fully compatible with...
2003-08-08  Patrik StridvallFixed some issues found by winapi_check.
2003-06-18  Francois Gouget'sizeof type' is best avoided as it won't always compil...
2003-03-28  John K. HohmImplement DllRegisterServer and DllUnregisterServer...