Fixed id of the REGISTRY resource.
This commit is contained in:
parent
365c1a50c0
commit
cd6e611bb7
|
@ -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);
|
||||
}
|
||||
|
||||
|
|
|
@ -16,4 +16,4 @@
|
|||
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
||||
*/
|
||||
|
||||
1 REGISTRY atl.rgs
|
||||
101 REGISTRY atl.rgs
|
||||
|
|
Loading…
Reference in New Issue