mirror of
https://github.com/Ed94/Odin.git
synced 2026-08-06 15:48:51 +00:00
Remove semicolon
This commit is contained in:
@@ -2209,7 +2209,7 @@ FILE_TYPE_PIPE :: 0x0003
|
|||||||
RECT :: struct {left, top, right, bottom: LONG}
|
RECT :: struct {left, top, right, bottom: LONG}
|
||||||
POINT :: struct {x, y: LONG}
|
POINT :: struct {x, y: LONG}
|
||||||
|
|
||||||
PWINDOWPOS :: ^WINDOWPOS;
|
PWINDOWPOS :: ^WINDOWPOS
|
||||||
WINDOWPOS :: struct {
|
WINDOWPOS :: struct {
|
||||||
hwnd: HWND,
|
hwnd: HWND,
|
||||||
hwndInsertAfter: HWND,
|
hwndInsertAfter: HWND,
|
||||||
|
|||||||
Reference in New Issue
Block a user