2
0
mirror of https://github.com/boostorg/fiber.git synced 2026-02-20 02:32:19 +00:00

define NOMINMAX because of min/max MACRO issue on Windows

This commit is contained in:
Oliver Kowalke
2012-11-24 12:46:28 +01:00
parent 88dbca3a8f
commit ddc06fb74c

View File

@@ -7,6 +7,8 @@
#ifndef BOOST_FIBERS_DETAIL_STACK_ALLOCATOR_H
#define BOOST_FIBERS_DETAIL_STACK_ALLOCATOR_H
#define NOMINMAX
#include <boost/config.hpp>
extern "C" {