Fix integer type

Change int to i32 so it is the correct size
This commit is contained in:
NicknEma
2024-11-15 21:10:55 +01:00
committed by GitHub
parent 2af014b960
commit 5486327e0b

View File

@@ -3,7 +3,7 @@ package sys_windows
foreign import uxtheme "system:UxTheme.lib"
MARGINS :: distinct [4]int
MARGINS :: distinct [4]i32
PMARGINS :: ^MARGINS
@(default_calling_convention="system")