diff --git a/reactos/subsys/win32k/objects/text.c b/reactos/subsys/win32k/objects/text.c index c6b8e44a88f..2effbb87603 100644 --- a/reactos/subsys/win32k/objects/text.c +++ b/reactos/subsys/win32k/objects/text.c @@ -282,7 +282,7 @@ IntGdiAddFontResource(PUNICODE_STRING FileName, DWORD Characteristics) /* Get the size of the file */ - Status = NtQueryInformationFile( + Status = ZwQueryInformationFile( FileHandle, &Iosb, &FileStdInfo,