Răsfoiți Sursa

Remove incorrect #packed from sys/windows.STARTUPINFO

Tetralux 3 ani în urmă
părinte
comite
4f9df50dc1
1 a modificat fișierele cu 1 adăugiri și 1 ștergeri
  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,