aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorgingerBill <gingerBill@users.noreply.github.com>2022-03-18 11:52:05 +0000
committerGitHub <noreply@github.com>2022-03-18 11:52:05 +0000
commitbff5a67f7981cdac79ba65d42a295c6eea7d7795 (patch)
treeac317f944757bb50dfde69bffa9fc1fc559338d6
parent50503cb40530d81eb13056128a1419522d6a21ed (diff)
parent4f9df50dc1a5f7a3fd2cc97cfbda4e57e48e905f (diff)
Merge pull request #1631 from Tetralux/fix
Remove incorrect #packed from sys/windows.STARTUPINFO
-rw-r--r--core/sys/windows/types.odin2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/sys/windows/types.odin b/core/sys/windows/types.odin
index 1407201d6..1ead165b4 100644
--- a/core/sys/windows/types.odin
+++ b/core/sys/windows/types.odin
@@ -578,7 +578,7 @@ PROCESS_INFORMATION :: struct {
}
// FYI: This is STARTUPINFOW, not STARTUPINFOA
-STARTUPINFO :: struct #packed {
+STARTUPINFO :: struct {
cb: DWORD,
lpReserved: LPWSTR,
lpDesktop: LPWSTR,