Fixed id of the REGISTRY resource.

This commit is contained in:
Stefan Leichter 2005-09-02 15:19:06 +00:00 committed by Alexandre Julliard
parent 365c1a50c0
commit cd6e611bb7
2 changed files with 2 additions and 2 deletions

View File

@ -783,7 +783,7 @@ static HRESULT do_register_dll_server(LPCOLESTR wszDll, LPCOLESTR wszId, BOOL do
static HRESULT do_register_server(BOOL do_register)
{
static const WCHAR wszDll[] = {'a','t','l','.','d','l','l',0};
UINT nID = 1;
UINT nID = 101;
return do_register_dll_server(wszDll, (LPCOLESTR) nID, do_register);
}

View File

@ -16,4 +16,4 @@
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/
1 REGISTRY atl.rgs
101 REGISTRY atl.rgs