Browse Source

Merge pull request #1631 from Tetralux/fix

Remove incorrect #packed from sys/windows.STARTUPINFO
gingerBill 3 years ago
parent
commit
bff5a67f79
1 changed files with 1 additions and 1 deletions
  1. 1 1
      core/sys/windows/types.odin

+ 1 - 1
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,