|
@@ -29,7 +29,11 @@ when ODIN_OS == .Windows {
|
|
} else when ODIN_OS == .FreeBSD {
|
|
} else when ODIN_OS == .FreeBSD {
|
|
wctrans_t :: distinct int
|
|
wctrans_t :: distinct int
|
|
wctype_t :: distinct ulong
|
|
wctype_t :: distinct ulong
|
|
-
|
|
|
|
|
|
+
|
|
|
|
+} else when ODIN_OS == .Haiku {
|
|
|
|
+ wctrans_t :: distinct i32
|
|
|
|
+ wctype_t :: distinct i32
|
|
|
|
+
|
|
}
|
|
}
|
|
|
|
|
|
@(default_calling_convention="c")
|
|
@(default_calling_convention="c")
|