summaryrefslogtreecommitdiff
path: root/libvtv/vtv_utils.cc
diff options
context:
space:
mode:
Diffstat (limited to 'libvtv/vtv_utils.cc')
-rw-r--r--libvtv/vtv_utils.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/libvtv/vtv_utils.cc b/libvtv/vtv_utils.cc
index ed5c7711c44..21c3466afb9 100644
--- a/libvtv/vtv_utils.cc
+++ b/libvtv/vtv_utils.cc
@@ -33,6 +33,7 @@
#include <stdlib.h>
#include <string.h>
#if defined (__CYGWIN__) || defined (__MINGW32__)
+#define WIN32_LEAN_AND_MEAN
#include <windows.h>
#else
#include <execinfo.h>