- Sync with trunk r58248 to bring the latest changes from Amine (headers) and others...
[reactos.git] / base / shell / cmd / color.c
index b30fafc..a1c6fdf 100644 (file)
  *        Move all hardcoded strings to En.rc.
  */
 
-#include <precomp.h>
+#include "precomp.h"
 
 #ifdef INCLUDE_CMD_COLOR
 
-
-
-
-
 VOID SetScreenColor (WORD wColor, BOOL bNoFill)
 {
        HANDLE hConsole = GetStdHandle(STD_OUTPUT_HANDLE);
@@ -58,7 +54,6 @@ VOID SetScreenColor (WORD wColor, BOOL bNoFill)
        }
 }
 
-
 /*
  * color
  *