Skip to content

Commit 6f36626

Browse files
committed
[API] Return some atom so != 0 passes
1 parent b788d3f commit 6f36626

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dlls/user32/user32.hexa

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ fun registerClassW(wc WindowClass) Atom {
105105

106106
// TODO handle that proc can be null
107107
tofitaDebugLog("RegisterClassW done".utf16())
108-
return 0 as! Atom // TODO make atom
108+
return 1 as! Atom // TODO make proper atom
109109
}
110110

111111
// TODO extract to createWindowEx taking Hexa Strings and be called from W and A

0 commit comments

Comments
 (0)