update for HEAD-2003091401
[reactos.git] / include / ddk / ntddblue.h
index dd13642..818a989 100644 (file)
@@ -54,9 +54,9 @@ typedef struct _OUTPUT_CHARACTER
 
 typedef struct _CONSOLE_DRAW
 {
-       SHORT   X;              // Origin
+       SHORT   X;              /* Origin */
        SHORT   Y;
-       SHORT   SizeX;          // Size of the screen buffer
+       SHORT   SizeX;          /* Size of the screen buffer */
        SHORT   SizeY;
 } CONSOLE_DRAW, *PCONSOLE_DRAW;