Fixed some issues reported by winapi_check.

diff --git a/win32/console.c b/win32/console.c
index 837a573..768a2fe 100644
--- a/win32/console.c
+++ b/win32/console.c
@@ -1402,12 +1402,12 @@
 
 
 /******************************************************************************
- * ScrollConsoleScreenBuffer [KERNEL32.612]
+ * ScrollConsoleScreenBufferA [KERNEL32.612]
  * 
  * BUGS
  *   Unimplemented
  */
-BOOL WINAPI ScrollConsoleScreenBuffer( HANDLE hConsoleOutput, 
+BOOL WINAPI ScrollConsoleScreenBufferA( HANDLE hConsoleOutput, 
 	      LPSMALL_RECT lpScrollRect, LPSMALL_RECT lpClipRect,
               COORD dwDestOrigin, LPCHAR_INFO lpFill)
 {
diff --git a/win32/except.c b/win32/except.c
index c76d438..5dea00d 100644
--- a/win32/except.c
+++ b/win32/except.c
@@ -98,7 +98,7 @@
 }
 
 
-/*************************************************************
+/***********************************************************************
  *            SetUnhandledExceptionFilter   (KERNEL32.516)
  */
 LPTOP_LEVEL_EXCEPTION_FILTER WINAPI SetUnhandledExceptionFilter(