libzmq/include
Pieter Hintjens 04664f0ef7 Problem: 'bool' is not defined by default
zmq_atomic_counter_dec returned a 'bool' value, yet this isn't
defined by standard, so causes compile errors in upstream code.

Solution: return an int that can be safely converted to bool if
needed by bindings.
2014-12-23 15:20:10 +01:00
..
zmq_utils.h Ensure EOL is present at end of utils file. 2014-07-09 22:45:03 +01:00
zmq.h Problem: 'bool' is not defined by default 2014-12-23 15:20:10 +01:00