Explorar o código

Fix integer type

Change int to i32 so it is the correct size
NicknEma hai 10 meses
pai
achega
f8ba86e0a6
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      core/sys/windows/ux_theme.odin

+ 1 - 1
core/sys/windows/ux_theme.odin

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