mirror of
https://github.com/Ed94/Odin.git
synced 2026-08-07 16:18:52 +00:00
Fix incorrect type for wndproc callback procedure
This commit is contained in:
@@ -137,7 +137,7 @@ WNDCLASSEXA :: struct {
|
|||||||
WNDCLASSEXW :: struct {
|
WNDCLASSEXW :: struct {
|
||||||
cbSize: UINT,
|
cbSize: UINT,
|
||||||
style: UINT,
|
style: UINT,
|
||||||
lpfnWndProc: ^WNDPROC,
|
lpfnWndProc: WNDPROC,
|
||||||
cbClsExtra: c_int,
|
cbClsExtra: c_int,
|
||||||
cbWndExtra: c_int,
|
cbWndExtra: c_int,
|
||||||
hInstance: HINSTANCE,
|
hInstance: HINSTANCE,
|
||||||
|
|||||||
Reference in New Issue
Block a user