summaryrefslogtreecommitdiff
path: root/mqueue.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'mqueue.cpp')
-rw-r--r--mqueue.cpp5
1 files changed, 5 insertions, 0 deletions
diff --git a/mqueue.cpp b/mqueue.cpp
index 2bac976..8e0d6e9 100644
--- a/mqueue.cpp
+++ b/mqueue.cpp
@@ -1,6 +1,9 @@
// mqueue.cpp - written and placed in the public domain by Wei Dai
#include "pch.h"
+
+#ifndef CRYPTOPP_IMPORTS
+
#include "mqueue.h"
NAMESPACE_BEGIN(CryptoPP)
@@ -180,3 +183,5 @@ bool EqualityComparisonFilter::HandleMismatchDetected(bool blocking)
}
NAMESPACE_END
+
+#endif