From b008c608ad602fa0a3f97e3179c234fe6336bac5 Mon Sep 17 00:00:00 2001 From: Aleksey Bragin Date: Fri, 17 Mar 2006 10:51:45 +0000 Subject: [PATCH] - Fix RtlOemStringToUnicodeString() prototype according to the new WDK - Trunk is buildable again svn path=/trunk/; revision=21320 --- reactos/include/ndk/rtlfuncs.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reactos/include/ndk/rtlfuncs.h b/reactos/include/ndk/rtlfuncs.h index 2109349036b..6ac1f039427 100644 --- a/reactos/include/ndk/rtlfuncs.h +++ b/reactos/include/ndk/rtlfuncs.h @@ -1201,7 +1201,7 @@ NTSTATUS NTAPI RtlOemStringToUnicodeString( PUNICODE_STRING DestinationString, - POEM_STRING SourceString, + PCOEM_STRING SourceString, BOOLEAN AllocateDestinationString );