[ros-diffs] [weiden] 16709: use ZwQueryInformationFile instead of NtQueryInformationFile in IntGdiAddFontResource because we're passing kernel pointers in UserMode

weiden at svn.reactos.com weiden at svn.reactos.com
Sun Jul 24 11:21:07 CEST 2005


use ZwQueryInformationFile instead of NtQueryInformationFile in
IntGdiAddFontResource because we're passing kernel pointers in UserMode
Modified: trunk/reactos/subsys/win32k/objects/text.c
  _____  

Modified: trunk/reactos/subsys/win32k/objects/text.c
--- trunk/reactos/subsys/win32k/objects/text.c	2005-07-24 09:11:30 UTC
(rev 16708)
+++ trunk/reactos/subsys/win32k/objects/text.c	2005-07-24 09:20:43 UTC
(rev 16709)
@@ -282,7 +282,7 @@

 
    /* Get the size of the file */
 
-   Status = NtQueryInformationFile(
+   Status = ZwQueryInformationFile(
       FileHandle,
       &Iosb,
       &FileStdInfo,
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://www.reactos.org/pipermail/ros-diffs/attachments/20050724/9575003a/attachment.html


More information about the Ros-diffs mailing list