From 4ad9ae2b661ae56fef49404bb18bf32a22f3a1b3 Mon Sep 17 00:00:00 2001 From: Timo Kreuzer Date: Tue, 7 Oct 2008 22:24:17 +0000 Subject: [PATCH] fix a typo svn path=/trunk/; revision=36684 --- reactos/include/psdk/ntgdi.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reactos/include/psdk/ntgdi.h b/reactos/include/psdk/ntgdi.h index 751c7685663..a27339ee806 100644 --- a/reactos/include/psdk/ntgdi.h +++ b/reactos/include/psdk/ntgdi.h @@ -36,7 +36,7 @@ #define GS_HANDOBJ_ALLOC 3 #define GS_LOOKASIDE_INFO 4 -/* NtGdiQueryFonts */ +/* NtGdiEnumFontOpen */ #define TYPE_ENUMFONTS 1 #define TYPE_ENUMFONTFAMILIES 2 #define TYPE_ENUMFONTFAMILIESEX 3