]> git.lyx.org Git - lyx.git/blobdiff - boost/boost/detail/lwm_win32_cs.hpp
Fixed some lines that were too long. It compiled afterwards.
[lyx.git] / boost / boost / detail / lwm_win32_cs.hpp
index 8b40ae9921e45feea28e5ffefbd6571f1d829239..4ee0a71ca232c083953eb38714ddd116f1996cee 100644 (file)
@@ -1,8 +1,10 @@
 #ifndef BOOST_DETAIL_LWM_WIN32_CS_HPP_INCLUDED
 #define BOOST_DETAIL_LWM_WIN32_CS_HPP_INCLUDED
 
-#if _MSC_VER >= 1020
-#pragma once
+// MS compatible compilers support #pragma once
+
+#if defined(_MSC_VER) && (_MSC_VER >= 1020)
+# pragma once
 #endif
 
 //
 //
 //  Copyright (c) 2002, 2003 Peter Dimov
 //
-//  Permission to copy, use, modify, sell and distribute this software
-//  is granted provided this copyright notice appears in all copies.
-//  This software is provided "as is" without express or implied
-//  warranty, and with no claim as to its suitability for any purpose.
+// Distributed under the Boost Software License, Version 1.0. (See
+// accompanying file LICENSE_1_0.txt or copy at
+// http://www.boost.org/LICENSE_1_0.txt)
 //
 
 #ifdef BOOST_USE_WINDOWS_H