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

Signed-off-by: Martin Sustrik <sustrik@250bpm.com>
This commit is contained in:
Martin Sustrik
2011-04-12 09:22:22 +02:00
parent a3b49ca958
commit e6fd193760
2 changed files with 0 additions and 10 deletions

View File

@@ -32,11 +32,6 @@
#define __PGM_WININT_H__ #define __PGM_WININT_H__
#include <pgm/pgm.h> #include <pgm/pgm.h>
// TODO: OpenPGM redefines bool -- remove this once OpenPGM is fixed.
#if defined bool
#undef bool
#endif
#include "options.hpp" #include "options.hpp"
namespace zmq namespace zmq

View File

@@ -58,11 +58,6 @@
#define __PGM_WININT_H__ #define __PGM_WININT_H__
#include <pgm/pgm.h> #include <pgm/pgm.h>
// TODO: OpenPGM redefines bool -- remove this once OpenPGM is fixed.
#if defined bool
#undef bool
#endif
#endif #endif
void zmq_version (int *major_, int *minor_, int *patch_) void zmq_version (int *major_, int *minor_, int *patch_)