From 6a8b16a69b1a7cf6ffc68ee34a6eaace5107dc6f Mon Sep 17 00:00:00 2001 From: Samuel Serapion Date: Fri, 30 Oct 2009 00:22:42 +0000 Subject: [PATCH] Fix some prototypes. svn path=/branches/ros-amd64-bringup/; revision=43841 --- reactos/include/psdk/ntgdi.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/reactos/include/psdk/ntgdi.h b/reactos/include/psdk/ntgdi.h index e8050217a23..766f7409e5e 100644 --- a/reactos/include/psdk/ntgdi.h +++ b/reactos/include/psdk/ntgdi.h @@ -2794,7 +2794,7 @@ NtGdiEnumFontChunk( IN HDC hdc, IN ULONG_PTR idEnum, IN ULONG cjEfdw, - OUT ULONG *pcjEfdw, + OUT ULONG_PTR *pcjEfdw, OUT PENUMFONTDATAW pefdw ); #endif @@ -2809,7 +2809,7 @@ NtGdiEnumFontOpen( IN ULONG cwchMax, IN OPTIONAL LPWSTR pwszFaceName, IN ULONG lfCharSet, - OUT ULONG *pulCount + OUT ULONG_PTR *pulCount ); W32KAPI