Fix some prototypes.

svn path=/branches/ros-amd64-bringup/; revision=43841
This commit is contained in:
Samuel Serapion
2009-10-30 00:22:42 +00:00
parent b6656a39dd
commit 6a8b16a69b
+2 -2
View File
@@ -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