Core: Remove AST_Tuple, repurpose VAR_UNPACK (buggy probably)
This commit is contained in:
@@ -25,7 +25,7 @@ AdjustWindowRectEx :: #foreign (lpRect: *RECT, dwStyle: DWORD, bMenu: BOOL, dwEx
|
||||
SetWindowPos :: #foreign (hWnd: HWND, hWndInsertAfter: HWND, X: int, Y: int, cx: int, cy: int, uFlags: UINT): BOOL
|
||||
GetClientRect :: #foreign (hWnd: HWND, lpRect: LPRECT): BOOL
|
||||
|
||||
CW_USEDEFAULT :: -2147483648//0x80000000
|
||||
CW_USEDEFAULT :: 0x80000000-1 // -2147483648
|
||||
|
||||
|
||||
WS_CAPTION :: 0x00C00000
|
||||
|
||||
Reference in New Issue
Block a user