Changed bare words to strings so we don't get complaints about unterminated
authorArt Yerkes <art.yerkes@gmail.com>
Sat, 12 Mar 2005 05:46:45 +0000 (05:46 +0000)
committerArt Yerkes <art.yerkes@gmail.com>
Sat, 12 Mar 2005 05:46:45 +0000 (05:46 +0000)
char constants.

svn path=/trunk/; revision=13957

reactos/tools/tools-check.c

index b24b3cc..8452a26 100644 (file)
@@ -9,9 +9,9 @@
 \r
 #if (BINUTILS_VERSION_DATE >= 20040902 && BINUTILS_VERSION_DATE <= 20041008) || \\r
     (BINUTILS_VERSION_DATE < 20031001)\r
-#error Due to technical reasons your binutils version can't be used to \\r
-       build ReactOS. Please consider upgrading to newer version. See \\r
-       www.mingw.org for details.\r
+#error "Due to technical reasons your binutils version can't be used to" \\r
+       "build ReactOS. Please consider upgrading to newer version. See" \\r
+       "www.mingw.org for details."\r
 #endif\r
 \r
 /*\r
@@ -21,9 +21,9 @@
 \r
 #if (__GNUC__ == 3 && __GNUC_MINOR__ < 3) || \\r
     (__GNUC__ < 3)\r
-#error Due to technical reasons your GCC version can't be used to \\r
-       build ReactOS. Please consider upgrading to newer version. See \\r
-       www.mingw.org for details.\r
+#error "Due to technical reasons your GCC version can't be used to" \\r
+       "build ReactOS. Please consider upgrading to newer version. See" \\r
+       "www.mingw.org for details."\r
 #endif\r
 \r
 /*\r