[KERNEL32]: Fix build by fixing variables types.

svn path=/trunk/; revision=61914
This commit is contained in:
Hermès Bélusca-Maïto 2014-02-02 00:17:16 +00:00
parent 1826feb50f
commit ce54d6a7e2
2 changed files with 2 additions and 2 deletions

View file

@ -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,

View file

@ -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,