Browse Source

Remove incorrect #packed from sys/windows.STARTUPINFO

Tetralux 3 years ago
parent
commit
4f9df50dc1
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,