ChangeLog --------------- changed name of the REGISTRY resource to the one of the native dll
Am Dienstag, 30. August 2005 12:09 schrieb Stefan Leichter: > Alexandre Julliard schrieb: > > It can, but it's not clear that it should, LOAD_LIBRARY_AS_DATAFILE > > doesn't make much sense on a builtin. Anyway, the resources should be > > compatible, if they aren't that's a bug in the builtin. > > Ok, > > i will send a patch to make the name of builtin resource compatible with > the native one.
--- ../wine/dlls/atl/registrar.c 2005-08-10 22:57:57.000000000 +0200 +++ dlls/atl/registrar.c 2005-08-21 09:24:37.000000000 +0200 @@ -783,7 +783,7 @@ static HRESULT do_register_server(BOOL do_register) { static const WCHAR wszDll[] = {'a','t','l','.','d','l','l',0}; - UINT nID = 1; + UINT nID = 0x65; return do_register_dll_server(wszDll, (LPCOLESTR) nID, do_register); } --- ../wine/dlls/atl/rsrc.rc 2005-03-16 20:53:41.000000000 +0100 +++ dlls/atl/rsrc.rc 2005-08-30 22:33:58.000000000 +0200 @@ -16,4 +16,4 @@ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */ -1 REGISTRY atl.rgs +101 REGISTRY atl.rgs