diff --git a/reactos/dll/win32/kernel32/client/vdm.c b/reactos/dll/win32/kernel32/client/vdm.c index 00793177980..81a42d37f4e 100644 --- a/reactos/dll/win32/kernel32/client/vdm.c +++ b/reactos/dll/win32/kernel32/client/vdm.c @@ -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, diff --git a/reactos/dll/win32/kernel32/include/vdm.h b/reactos/dll/win32/kernel32/include/vdm.h index b08cfb3aa74..696597dfb5d 100644 --- a/reactos/dll/win32/kernel32/include/vdm.h +++ b/reactos/dll/win32/kernel32/include/vdm.h @@ -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,