mirror of
https://github.com/odin-lang/Odin.git
synced 2026-04-21 13:55:19 +00:00
Remove semicolon
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user