- Fix RtlOemStringToUnicodeString() prototype according to the new WDK

- Trunk is buildable again

svn path=/trunk/; revision=21320
This commit is contained in:
Aleksey Bragin 2006-03-17 10:51:45 +00:00
parent ff19f85f57
commit b008c608ad

View file

@ -1201,7 +1201,7 @@ NTSTATUS
NTAPI NTAPI
RtlOemStringToUnicodeString( RtlOemStringToUnicodeString(
PUNICODE_STRING DestinationString, PUNICODE_STRING DestinationString,
POEM_STRING SourceString, PCOEM_STRING SourceString,
BOOLEAN AllocateDestinationString BOOLEAN AllocateDestinationString
); );