Commit e6fd1937 authored by Martin Sustrik's avatar Martin Sustrik

OpenPGM now doesn't redefine bool, we can drop the workaround

Signed-off-by: 's avatarMartin Sustrik <sustrik@250bpm.com>
parent a3b49ca9
......@@ -32,11 +32,6 @@
#define __PGM_WININT_H__
#include <pgm/pgm.h>
// TODO: OpenPGM redefines bool -- remove this once OpenPGM is fixed.
#if defined bool
#undef bool
#endif
#include "options.hpp"
namespace zmq
......
......@@ -58,11 +58,6 @@
#define __PGM_WININT_H__
#include <pgm/pgm.h>
// TODO: OpenPGM redefines bool -- remove this once OpenPGM is fixed.
#if defined bool
#undef bool
#endif
#endif
void zmq_version (int *major_, int *minor_, int *patch_)
......
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