mirror of
https://github.com/Ed94/Odin.git
synced 2026-08-04 14:48:47 +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
|
// FYI: This is STARTUPINFOW, not STARTUPINFOA
|
||||||
STARTUPINFO :: struct #packed {
|
STARTUPINFO :: struct {
|
||||||
cb: DWORD,
|
cb: DWORD,
|
||||||
lpReserved: LPWSTR,
|
lpReserved: LPWSTR,
|
||||||
lpDesktop: LPWSTR,
|
lpDesktop: LPWSTR,
|
||||||
|
|||||||
Reference in New Issue
Block a user