mirror of
https://github.com/Ed94/Odin.git
synced 2026-08-05 15:18:49 +00:00
Merge pull request #4488 from NicknEma/win32-struct-fix
Fix integer type
This commit is contained in:
@@ -3,7 +3,7 @@ package sys_windows
|
|||||||
|
|
||||||
foreign import uxtheme "system:UxTheme.lib"
|
foreign import uxtheme "system:UxTheme.lib"
|
||||||
|
|
||||||
MARGINS :: distinct [4]int
|
MARGINS :: distinct [4]i32
|
||||||
PMARGINS :: ^MARGINS
|
PMARGINS :: ^MARGINS
|
||||||
|
|
||||||
@(default_calling_convention="system")
|
@(default_calling_convention="system")
|
||||||
|
|||||||
Reference in New Issue
Block a user