From e6fd193760952fb7ad9ba787ff210993cf1c2031 Mon Sep 17 00:00:00 2001 From: Martin Sustrik Date: Tue, 12 Apr 2011 09:22:22 +0200 Subject: OpenPGM now doesn't redefine bool, we can drop the workaround Signed-off-by: Martin Sustrik --- src/pgm_socket.hpp | 5 ----- 1 file changed, 5 deletions(-) (limited to 'src/pgm_socket.hpp') diff --git a/src/pgm_socket.hpp b/src/pgm_socket.hpp index 4caba05..fc684b9 100644 --- a/src/pgm_socket.hpp +++ b/src/pgm_socket.hpp @@ -32,11 +32,6 @@ #define __PGM_WININT_H__ #include -// TODO: OpenPGM redefines bool -- remove this once OpenPGM is fixed. -#if defined bool -#undef bool -#endif - #include "options.hpp" namespace zmq -- cgit v1.2.3