Merge pull request #4488 from NicknEma/win32-struct-fix

Fix integer type
This commit is contained in:
Jeroen van Rijn
2024-11-15 21:17:35 +01:00
committed by GitHub

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")