Преглед изворни кода

Fix integer type

Change int to i32 so it is the correct size
NicknEma пре 10 месеци
родитељ
комит
f8ba86e0a6
1 измењених фајлова са 1 додато и 1 уклоњено
  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")