mirror of
				https://github.com/zeromq/libzmq.git
				synced 2025-10-28 11:31:56 +01:00 
			
		
		
		
	OpenPGM now doesn't redefine bool, we can drop the workaround
Signed-off-by: Martin Sustrik <sustrik@250bpm.com>
This commit is contained in:
		| @@ -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_) | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Martin Sustrik
					Martin Sustrik