Add notes for NtGdiGetTextCharset.
Modified: trunk/reactos/subsys/win32k/objects/text.c

Modified: trunk/reactos/subsys/win32k/objects/text.c
--- trunk/reactos/subsys/win32k/objects/text.c	2006-01-20 17:50:27 UTC (rev 20955)
+++ trunk/reactos/subsys/win32k/objects/text.c	2006-01-21 00:04:14 UTC (rev 20956)
@@ -2163,6 +2163,12 @@
   return FALSE;
 }
 
+
+/*
+ Bassed on "Undocumented W2k Secrets", Table B-2, page 473.
+ This function does not exist. See note in gdi32/objects/text.c
+ GetTextCharset. This should be moved to include/win32k/ntgdibad.h.
+*/
 UINT
 STDCALL
 NtGdiGetTextCharset(HDC  hDC)