The unified diff between revisions [2df88abf..] and [818e3621..] is displayed below. It can also be downloaded as a raw diff.

This diff has been restricted to the following files: 'tester.cc'

#
#
# patch "tester.cc"
#  from [f8a82bbf46eb65c1bb81606083157468f3f16316]
#    to [6ea29d6556bc31a22a7cecbfd3ddfb13d10810fa]
#
============================================================
--- tester.cc	f8a82bbf46eb65c1bb81606083157468f3f16316
+++ tester.cc	6ea29d6556bc31a22a7cecbfd3ddfb13d10810fa
@@ -11,6 +11,11 @@
 #include <botan/pipe.h>
 #include <cstring>

+#ifdef WIN32
+#define WIN32_LEAN_AND_MEAN // no gui definitions
+#include <windows.h>
+#endif
+
 using std::string;
 using std::map;
 using std::vector;