aboutsummaryrefslogtreecommitdiff
path: root/core/sys
diff options
context:
space:
mode:
authorgingerBill <bill@gingerbill.org>2021-07-27 20:45:50 +0100
committergingerBill <bill@gingerbill.org>2021-07-27 20:45:50 +0100
commit9cd5ea59dd091083555d7aea691fcd889e67fb67 (patch)
tree335bd28d0bcaf8b1705d08be10451227f4ddf51d /core/sys
parent116e98b37891091841976d1c70ec1fb39c439d8a (diff)
Big simplification and improvement of the entity collection system, reducing unneeded steps for packages
Diffstat (limited to 'core/sys')
-rw-r--r--core/sys/windows/types.odin2
1 files changed, 2 insertions, 0 deletions
diff --git a/core/sys/windows/types.odin b/core/sys/windows/types.odin
index 146c1a813..bb60ae193 100644
--- a/core/sys/windows/types.odin
+++ b/core/sys/windows/types.odin
@@ -397,6 +397,8 @@ when size_of(uintptr) == 4 {
szDescription: [WSADESCRIPTION_LEN + 1]u8,
szSystemStatus: [WSASYS_STATUS_LEN + 1]u8,
}
+} else {
+ #panic("unknown word size");
}
WSABUF :: struct {