Commit c03ea197 authored by Hugh McMaster's avatar Hugh McMaster Committed by Alexandre Julliard

appwiz.cpl: Do not overwrite application IDs when changing registry keys.

parent cf51752d
......@@ -152,7 +152,8 @@ static void FreeAppInfo(APPINFO *info)
static BOOL ReadApplicationsFromRegistry(HKEY root)
{
HKEY hkeyApp;
int i, id = 0;
int i;
static int id = 0;
DWORD sizeOfSubKeyName, displen, uninstlen;
DWORD dwNoModify, dwType, value, size;
WCHAR subKeyName[256];
......
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