Remove incorrect #packed from sys/windows.STARTUPINFO

This commit is contained in:
Tetralux
2022-03-18 11:42:25 +00:00
parent 50503cb405
commit 4f9df50dc1

View File

@@ -578,7 +578,7 @@ PROCESS_INFORMATION :: struct {
}
// FYI: This is STARTUPINFOW, not STARTUPINFOA
STARTUPINFO :: struct #packed {
STARTUPINFO :: struct {
cb: DWORD,
lpReserved: LPWSTR,
lpDesktop: LPWSTR,