Commit in reactos/lib/user32/windows on MAIN
nonclient.c+1-11.50 -> 1.51
directly get the window text when drawing the caption bar

reactos/lib/user32/windows
nonclient.c 1.50 -> 1.51
diff -u -r1.50 -r1.51
--- nonclient.c	9 Apr 2004 20:03:15 -0000	1.50
+++ nonclient.c	13 Apr 2004 17:25:22 -0000	1.51
@@ -1217,7 +1217,7 @@
 
     r.bottom = r.top + Height;
 
-  if ((uFlags & DC_TEXT) && (GetWindowTextW( hWnd, buffer, sizeof(buffer)/sizeof(buffer[0]) )))
+  if ((uFlags & DC_TEXT) && (NtUserInternalGetWindowText( hWnd, buffer, sizeof(buffer)/sizeof(buffer[0]) )))
   {
     if(!(uFlags & DC_GRADIENT))
     {
CVSspam 0.2.8