Fix incorrect type for wndproc callback procedure

This commit is contained in:
Holger Lindner
2022-03-21 20:06:50 +01:00
parent 47e9857eb7
commit bae13b6387

View File

@@ -137,7 +137,7 @@ WNDCLASSEXA :: struct {
WNDCLASSEXW :: struct {
cbSize: UINT,
style: UINT,
lpfnWndProc: ^WNDPROC,
lpfnWndProc: WNDPROC,
cbClsExtra: c_int,
cbWndExtra: c_int,
hInstance: HINSTANCE,