kernel32: Remove incorrect comment from !i386 version of GetLargestConsoleWindowSize

Hugh McMaster hugh.mcmaster at outlook.com
Wed Jan 6 01:27:59 CST 2016


Signed-off-by: Hugh McMaster <hugh.mcmaster at outlook.com>
---
 dlls/kernel32/console.c | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/dlls/kernel32/console.c b/dlls/kernel32/console.c
index 3c53b52..66ea001 100644
--- a/dlls/kernel32/console.c
+++ b/dlls/kernel32/console.c
@@ -1404,10 +1404,6 @@ DWORD WINAPI GetLargestConsoleWindowSize(HANDLE hConsoleOutput)
 /***********************************************************************
  *            GetLargestConsoleWindowSize   (KERNEL32.@)
  *
- * NOTE
- *	This should return a COORD, but calling convention for returning
- *      structures is different between Windows and gcc on i386.
- *
  * VERSION: [!i386]
  */
 #ifndef __i386__
-- 
1.9.1




More information about the wine-patches mailing list