diff options
Diffstat (limited to 'src/mesa/shader/slang/OSDependent/Linux/ossource.cpp')
-rwxr-xr-x | src/mesa/shader/slang/OSDependent/Linux/ossource.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/mesa/shader/slang/OSDependent/Linux/ossource.cpp b/src/mesa/shader/slang/OSDependent/Linux/ossource.cpp index a54cf83014..4bcd66a315 100755 --- a/src/mesa/shader/slang/OSDependent/Linux/ossource.cpp +++ b/src/mesa/shader/slang/OSDependent/Linux/ossource.cpp @@ -1,5 +1,5 @@ //
-//Copyright (C) 2002-2004 3Dlabs Inc. Ltd.
+//Copyright (C) 2002-2005 3Dlabs Inc. Ltd.
//All rights reserved.
//
//Redistribution and use in source and binary forms, with or without
@@ -38,9 +38,9 @@ #include "osinclude.h"
#include "Initialisation.h"
-#if !(defined(linux))
+/*#if !(defined(linux))
#error Trying to build a Linux specific file in a non-Linux build.
-#endif
+#endif*/
//
// Thread cleanup
|