mirror of
https://github.com/odin-lang/Odin.git
synced 2025-12-29 09:24:33 +00:00
Remove incorrect #packed from sys/windows.STARTUPINFO
This commit is contained in:
@@ -578,7 +578,7 @@ PROCESS_INFORMATION :: struct {
|
||||
}
|
||||
|
||||
// FYI: This is STARTUPINFOW, not STARTUPINFOA
|
||||
STARTUPINFO :: struct #packed {
|
||||
STARTUPINFO :: struct {
|
||||
cb: DWORD,
|
||||
lpReserved: LPWSTR,
|
||||
lpDesktop: LPWSTR,
|
||||
|
||||
Reference in New Issue
Block a user