]> de.git.xonotic.org Git - xonotic/netradiant.git/blobdiff - include/stl_check.h
eol style
[xonotic/netradiant.git] / include / stl_check.h
index b30481df46b3484a167bd92033d899e184e73147..b6def1dbd91e4866f15e5819e04519d473fb782a 100644 (file)
@@ -1,60 +1,60 @@
-/*\r
-Copyright (C) 1999-2007 id Software, Inc. and contributors.\r
-For a list of contributors, see the accompanying CONTRIBUTORS file.\r
-\r
-This file is part of GtkRadiant.\r
-\r
-GtkRadiant is free software; you can redistribute it and/or modify\r
-it under the terms of the GNU General Public License as published by\r
-the Free Software Foundation; either version 2 of the License, or\r
-(at your option) any later version.\r
-\r
-GtkRadiant is distributed in the hope that it will be useful,\r
-but WITHOUT ANY WARRANTY; without even the implied warranty of\r
-MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\r
-GNU General Public License for more details.\r
-\r
-You should have received a copy of the GNU General Public License\r
-along with GtkRadiant; if not, write to the Free Software\r
-Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA\r
-*/\r
-\r
-/*!\r
-This header is used to make sure the STL we are using is what we expect\r
-this allows to catch some weird errors early at compile time\r
-*/\r
-\r
-#ifdef Q_NO_STLPORT\r
-\r
-// not using STLPort (gcc 3.x build)\r
-using namespace std;\r
-\r
-#else\r
-\r
-#ifndef _STLPORT_VERSION\r
-#error "Can't find _STLPORT_VERSION, check you are compiling against STLPort"\r
-#endif\r
-\r
-#if !defined(_STLP_DONT_USE_EXCEPTIONS)\r
-#error exc\r
-#endif\r
-\r
-#if !defined(_STLP_NO_NAMESPACES)\r
-#error namespace\r
-#endif\r
-\r
-#if !defined(_STLP_NO_IOSTREAMS)\r
-#error io\r
-#endif\r
-\r
-// now check a few more things (paranoid)\r
-// if you use our custom STLPort distribution it should be alright though\r
-#if !defined(_STLP_DONT_USE_EXCEPTIONS) || !defined(_STLP_NO_NAMESPACES) || !defined(_STLP_NO_IOSTREAMS)\r
-#error "There is something broken in your STLPort config"\r
-#endif\r
-\r
-#ifdef _WIN32\r
-#pragma warning(disable : 4786)\r
-#endif\r
-\r
-#endif\r
+/*
+Copyright (C) 1999-2007 id Software, Inc. and contributors.
+For a list of contributors, see the accompanying CONTRIBUTORS file.
+
+This file is part of GtkRadiant.
+
+GtkRadiant is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or
+(at your option) any later version.
+
+GtkRadiant is distributed in the hope that it will be useful,
+but WITHOUT ANY WARRANTY; without even the implied warranty of
+MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+GNU General Public License for more details.
+
+You should have received a copy of the GNU General Public License
+along with GtkRadiant; if not, write to the Free Software
+Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
+*/
+
+/*!
+This header is used to make sure the STL we are using is what we expect
+this allows to catch some weird errors early at compile time
+*/
+
+#ifdef Q_NO_STLPORT
+
+// not using STLPort (gcc 3.x build)
+using namespace std;
+
+#else
+
+#ifndef _STLPORT_VERSION
+#error "Can't find _STLPORT_VERSION, check you are compiling against STLPort"
+#endif
+
+#if !defined(_STLP_DONT_USE_EXCEPTIONS)
+#error exc
+#endif
+
+#if !defined(_STLP_NO_NAMESPACES)
+#error namespace
+#endif
+
+#if !defined(_STLP_NO_IOSTREAMS)
+#error io
+#endif
+
+// now check a few more things (paranoid)
+// if you use our custom STLPort distribution it should be alright though
+#if !defined(_STLP_DONT_USE_EXCEPTIONS) || !defined(_STLP_NO_NAMESPACES) || !defined(_STLP_NO_IOSTREAMS)
+#error "There is something broken in your STLPort config"
+#endif
+
+#ifdef _WIN32
+#pragma warning(disable : 4786)
+#endif
+
+#endif