summaryrefslogtreecommitdiff
path: root/dlltest.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'dlltest.cpp')
-rw-r--r--dlltest.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/dlltest.cpp b/dlltest.cpp
index 5d36df9..c74cbe7 100644
--- a/dlltest.cpp
+++ b/dlltest.cpp
@@ -1,3 +1,7 @@
+#ifndef CRYPTOPP_DLL_ONLY
+#define CRYPTOPP_DEFAULT_NO_DLL
+#endif
+
#include "dll.h"
#include <iostream>