We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
!= 0
1 parent b788d3f commit 6f36626Copy full SHA for 6f36626
dlls/user32/user32.hexa
@@ -105,7 +105,7 @@ fun registerClassW(wc WindowClass) Atom {
105
106
// TODO handle that proc can be null
107
tofitaDebugLog("RegisterClassW done".utf16())
108
- return 0 as! Atom // TODO make atom
+ return 1 as! Atom // TODO make proper atom
109
}
110
111
// TODO extract to createWindowEx taking Hexa Strings and be called from W and A
0 commit comments