Huw Davies (@huw) commented about dlls/advapi32/tests/registry.c:
DeleteFileA("saved_key.LOG");
}
+static void test_reg_load_app_key(void) +{
- DWORD ret;
- HKEY childkey;
- DWORD size1;
- DWORD size2;
- HANDLE hivefile;
- HKEY key1 = NULL;
Although it's a matter of style, we'd generally declare variables of the same type on the same line (room permitting).
Additionally, the commit message prefix should be 'advapi32/test**s**:'