- One more change to fix compile

svn path=/trunk/; revision=21321
This commit is contained in:
Aleksey Bragin 2006-03-17 14:08:13 +00:00
parent b008c608ad
commit 0b5769a857

View file

@ -965,7 +965,7 @@ NTSTATUS
NTAPI
RtlOemStringToUnicodeString(
IN OUT PUNICODE_STRING UniDest,
IN POEM_STRING OemSource,
IN PCOEM_STRING OemSource,
IN BOOLEAN AllocateDestinationString)
{
NTSTATUS Status;