mirror of
https://github.com/reactos/reactos.git
synced 2026-06-01 08:50:24 +08:00
[KERNEL32_APITEST] Fix build
This commit is contained in:
@@ -49,9 +49,9 @@ START_TEST(SetComputerNameExW)
|
||||
|
||||
/* Open keys */
|
||||
hKeyHN = OpenHostNameKey();
|
||||
ok(hKeyHN, "hKeyHN is NULL\n");
|
||||
ok(hKeyHN != NULL, "hKeyHN is NULL\n");
|
||||
hKeyCN = OpenComputerNameKey();
|
||||
ok(hKeyCN, "hKeyCN is NULL\n");
|
||||
ok(hKeyCN != NULL, "hKeyCN is NULL\n");
|
||||
if (!hKeyHN || !hKeyCN)
|
||||
{
|
||||
if (hKeyHN)
|
||||
|
||||
Reference in New Issue
Block a user