annotate 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
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
3642
5a459f007b2f boost: update to 1.53.0
John Donoghue
parents:
diff changeset
1 This file is part of MXE.
5a459f007b2f boost: update to 1.53.0
John Donoghue
parents:
diff changeset
2 See index.html for further information.
5a459f007b2f boost: update to 1.53.0
John Donoghue
parents:
diff changeset
3
5a459f007b2f boost: update to 1.53.0
John Donoghue
parents:
diff changeset
4 Fix WinError.h capitalization. See http://svn.boost.org/trac/boost/ticket/7081
5a459f007b2f boost: update to 1.53.0
John Donoghue
parents:
diff changeset
5
5a459f007b2f boost: update to 1.53.0
John Donoghue
parents:
diff changeset
6 diff -ur a/boost/detail/win/basic_types.hpp b/boost/detail/win/basic_types.hpp
5a459f007b2f boost: update to 1.53.0
John Donoghue
parents:
diff changeset
7 --- a/boost/detail/win/basic_types.hpp 2011-03-25 02:20:55.000000000 +0100
5a459f007b2f boost: update to 1.53.0
John Donoghue
parents:
diff changeset
8 +++ b/boost/detail/win/basic_types.hpp 2013-11-13 18:59:00.225614699 +0100
5a459f007b2f boost: update to 1.53.0
John Donoghue
parents:
diff changeset
9 @@ -14,7 +14,7 @@
5a459f007b2f boost: update to 1.53.0
John Donoghue
parents:
diff changeset
10 #if defined( BOOST_USE_WINDOWS_H )
5a459f007b2f boost: update to 1.53.0
John Donoghue
parents:
diff changeset
11 # include <windows.h>
5a459f007b2f boost: update to 1.53.0
John Donoghue
parents:
diff changeset
12 #elif defined( WIN32 ) || defined( _WIN32 ) || defined( __WIN32__ ) || defined(__CYGWIN__)
5a459f007b2f boost: update to 1.53.0
John Donoghue
parents:
diff changeset
13 -# include <WinError.h>
5a459f007b2f boost: update to 1.53.0
John Donoghue
parents:
diff changeset
14 +# include <winerror.h>
5a459f007b2f boost: update to 1.53.0
John Donoghue
parents:
diff changeset
15 // @FIXME Which condition must be tested
5a459f007b2f boost: update to 1.53.0
John Donoghue
parents:
diff changeset
16 # ifdef UNDER_CE
5a459f007b2f boost: update to 1.53.0
John Donoghue
parents:
diff changeset
17 # ifndef WINAPI