mirror of
https://github.com/reactos/reactos.git
synced 2025-08-03 17:25:55 +00:00
[KERNEL32]: Fix build by fixing variables types.
svn path=/trunk/; revision=61914
This commit is contained in:
parent
1826feb50f
commit
ce54d6a7e2
2 changed files with 2 additions and 2 deletions
|
@ -71,7 +71,7 @@ BaseCheckVDM(IN ULONG BinaryType,
|
|||
IN PCWCH CommandLine,
|
||||
IN PCWCH CurrentDirectory,
|
||||
IN PANSI_STRING AnsiEnvironment,
|
||||
IN PCSR_API_MESSAGE ApiMessage,
|
||||
IN PBASE_API_MESSAGE ApiMessage,
|
||||
IN OUT PULONG iTask,
|
||||
IN DWORD CreationFlags,
|
||||
IN LPSTARTUPINFOW StartupInfo,
|
||||
|
|
|
@ -95,7 +95,7 @@ BaseCheckVDM(
|
|||
IN PCWCH CommandLine,
|
||||
IN PCWCH CurrentDirectory,
|
||||
IN PANSI_STRING AnsiEnvironment,
|
||||
IN PCSR_API_MESSAGE ApiMessage,
|
||||
IN PBASE_API_MESSAGE ApiMessage,
|
||||
IN OUT PULONG iTask,
|
||||
IN DWORD CreationFlags,
|
||||
IN LPSTARTUPINFOW StartupInfo,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue