comparison src/boost-2-winerror.patch @ 3642:5a459f007b2f

boost: update to 1.53.0 * src/boost.mk: update to 1.53.0 * src/boost-1-intrinsics-fix.patch: new file from mxe_devel * src/boost-2-winerror.patch: new file from mxe-devel * dist-files.mk: add boost-1-intrinsics-fix.patch boost-2-winerror.patch
author John Donoghue
date Tue, 01 Jul 2014 09:11:16 -0400
parents
children
comparison
equal deleted inserted replaced
3641:f362e10a0fa7 3642:5a459f007b2f
1 This file is part of MXE.
2 See index.html for further information.
3
4 Fix WinError.h capitalization. See http://svn.boost.org/trac/boost/ticket/7081
5
6 diff -ur a/boost/detail/win/basic_types.hpp b/boost/detail/win/basic_types.hpp
7 --- a/boost/detail/win/basic_types.hpp 2011-03-25 02:20:55.000000000 +0100
8 +++ b/boost/detail/win/basic_types.hpp 2013-11-13 18:59:00.225614699 +0100
9 @@ -14,7 +14,7 @@
10 #if defined( BOOST_USE_WINDOWS_H )
11 # include <windows.h>
12 #elif defined( WIN32 ) || defined( _WIN32 ) || defined( __WIN32__ ) || defined(__CYGWIN__)
13 -# include <WinError.h>
14 +# include <winerror.h>
15 // @FIXME Which condition must be tested
16 # ifdef UNDER_CE
17 # ifndef WINAPI