Add small comment to function

Anatoly vostok at etersoft.ru
Wed Nov 15 10:39:07 CST 2006


Hi!
This fix add comment in cosole.c

Changelog:
Add comment for function GetConsoleWindow in console.c 
(../dlls/kernel32/console.c)


-------------- next part --------------
Index: dlls/kernel32/console.c
===================================================================
RCS file: /home/wine/wine/dlls/kernel32/console.c,v
retrieving revision 1.2
diff -u -p -u -r1.2 console.c
--- dlls/kernel32/console.c	13 Oct 2006 10:27:18 -0000	1.2
+++ dlls/kernel32/console.c	15 Nov 2006 16:14:57 -0000
@@ -121,6 +121,14 @@ static void char_info_AtoW( CHAR_INFO *b
 
 /******************************************************************************
  * GetConsoleWindow [KERNEL32.@]
+ *
+ *  This Function return The Window HWND used by the console of the calling process.
+ *  Parametrs:
+ *  This function has no parametrs
+ *  Return value:
+ *  HWND
+ *  Other:
+ *  This function uses in Windows Vista,Windows XP,Windows 2000 Professional
  */
 HWND WINAPI GetConsoleWindow(VOID)
 {


More information about the wine-patches mailing list