summaryrefslogtreecommitdiff
path: root/cpp/include/qpid/sys/windows
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/include/qpid/sys/windows')
-rwxr-xr-xcpp/include/qpid/sys/windows/Condition.h1
-rwxr-xr-xcpp/include/qpid/sys/windows/Mutex.h1
2 files changed, 0 insertions, 2 deletions
diff --git a/cpp/include/qpid/sys/windows/Condition.h b/cpp/include/qpid/sys/windows/Condition.h
index c31f7b4823..979fae9b0a 100755
--- a/cpp/include/qpid/sys/windows/Condition.h
+++ b/cpp/include/qpid/sys/windows/Condition.h
@@ -30,7 +30,6 @@
#include <boost/thread/condition.hpp>
#include <boost/thread/thread_time.hpp>
#include <windows.h>
-#undef STATUS_INVALID_PARAMETER // Hack for windows.h namespace pollution
namespace qpid {
namespace sys {
diff --git a/cpp/include/qpid/sys/windows/Mutex.h b/cpp/include/qpid/sys/windows/Mutex.h
index 12768640d5..5dcc69e836 100755
--- a/cpp/include/qpid/sys/windows/Mutex.h
+++ b/cpp/include/qpid/sys/windows/Mutex.h
@@ -31,7 +31,6 @@
#include <boost/thread/shared_mutex.hpp>
#include <boost/thread/thread_time.hpp>
#include <boost/thread/tss.hpp>
-#undef STATUS_INVALID_PARAMETER // Hack for windows.h namespace pollution
namespace qpid {
namespace sys {