annotate src/boost-2-winerror.patch @ 4740:9942a9c37ffe

remove octave 'alpha' package * octave-1-gnulib.patch, octave.mk: Delete. * dist-files.mk: Update. * index.html: Delete entry for octave. * configure.ac: Don't handle 'alpha' in --enable-octave=VERSION option. (AC_CONFIG_SRCDIR): Look for src/default-octave.mk instead of src/octave.mk.
author John W. Eaton <jwe@octave.org>
date Tue, 26 Jun 2018 13:22:51 -0400
parents 5a459f007b2f
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