Merge pull request #1631 from Tetralux/fix

Remove incorrect #packed from sys/windows.STARTUPINFO
This commit is contained in:
gingerBill
2022-03-18 11:52:05 +00:00
committed by GitHub

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,