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