mirror of
https://github.com/Ed94/Odin.git
synced 2026-08-06 15:48:51 +00:00
Add GetStartupInfoW. Rename StartupInfo to StartupInfoW.
This commit is contained in:
@@ -52,7 +52,7 @@ foreign advapi32 {
|
||||
dwCreationFlags: DWORD,
|
||||
lpEnvironment: LPVOID,
|
||||
lpCurrentDirectory: wstring,
|
||||
lpStartupInfo: LPSTARTUPINFO,
|
||||
lpStartupInfo: LPSTARTUPINFOW,
|
||||
lpProcessInformation: LPPROCESS_INFORMATION,
|
||||
) -> BOOL ---
|
||||
|
||||
@@ -67,7 +67,7 @@ foreign advapi32 {
|
||||
dwCreationFlags: DWORD,
|
||||
lpEnvironment: LPVOID,
|
||||
lpCurrentDirectory: wstring,
|
||||
lpStartupInfo: LPSTARTUPINFO,
|
||||
lpStartupInfo: LPSTARTUPINFOW,
|
||||
lpProcessInformation: LPPROCESS_INFORMATION,
|
||||
) -> BOOL ---
|
||||
|
||||
|
||||
Reference in New Issue
Block a user