diff --git a/core/sys/windows/types.odin b/core/sys/windows/types.odin index e32a04cbb..cf84dc48c 100644 --- a/core/sys/windows/types.odin +++ b/core/sys/windows/types.odin @@ -2209,7 +2209,7 @@ FILE_TYPE_PIPE :: 0x0003 RECT :: struct {left, top, right, bottom: LONG} POINT :: struct {x, y: LONG} -PWINDOWPOS :: ^WINDOWPOS; +PWINDOWPOS :: ^WINDOWPOS WINDOWPOS :: struct { hwnd: HWND, hwndInsertAfter: HWND,