summaryrefslogtreecommitdiff
path: root/src/zmq.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/zmq.cpp')
-rw-r--r--src/zmq.cpp5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/zmq.cpp b/src/zmq.cpp
index 0f536ac..525e604 100644
--- a/src/zmq.cpp
+++ b/src/zmq.cpp
@@ -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_)