2 Sep
2022
2 Sep
'22
8:28 a.m.
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**:' -- https://gitlab.winehq.org/wine/wine/-/merge_requests/766#note_7540