Commit b906f48f authored by Luca Boccassi's avatar Luca Boccassi Committed by GitHub

Merge pull request #2454 from evoskuil/master

Problem: __STDC_LIMIT_MACROS before PCH causes VC++ warning.
parents 6622e162 068c8152
......@@ -32,6 +32,8 @@
#include "platform.hpp"
#define __STDC_LIMIT_MACROS
// This must be included before any windows headers are compiled.
#if defined ZMQ_HAVE_WINDOWS
#include "windows.hpp"
......
......@@ -27,11 +27,9 @@
along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#define __STDC_LIMIT_MACROS
#include "precompiled.hpp"
#include "macros.hpp"
#include "macros.hpp"
#include "clock.hpp"
#include "err.hpp"
#include "thread.hpp"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment