diff options
author | Tor Lillqvist <tlillqvist@novell.com> | 2011-07-15 15:16:30 +0300 |
---|---|---|
committer | Tor Lillqvist <tlillqvist@novell.com> | 2011-07-15 15:16:59 +0300 |
commit | 7862353ab6a63182dec29993a2a582b3d2cb7b08 (patch) | |
tree | 6257dc81732f79ecc6887b6c50f881915fdf175d /boost/makefile.mk | |
parent | d722971de4de67e7fd76e5eff09e786ba63bbf45 (diff) |
Don't let <windows.h> define min() and max() as macros
Diffstat (limited to 'boost/makefile.mk')
-rw-r--r-- | boost/makefile.mk | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/boost/makefile.mk b/boost/makefile.mk index b1f054b64e67..b9feb7b9540a 100644 --- a/boost/makefile.mk +++ b/boost/makefile.mk @@ -60,6 +60,8 @@ PATCH_FILES+=unordered_map-doesnt-support-cp-ctor.patch #http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47679 PATCH_FILES+=boost.gcc47679.patch +PATCH_FILES+=boost.windows.patch + ADDITIONAL_FILES= \ libs/thread/src/win32/makefile.mk |