summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBent Bisballe Nyeng <deva@aasimon.org>2014-07-18 13:26:40 +0200
committerBent Bisballe Nyeng <deva@aasimon.org>2014-07-18 13:26:40 +0200
commit49ba0126b9853427ba632293df8ed73890d4f2bc (patch)
tree5f0a60e692314262ee7888c74193deda8695f935
parentb92102abc7af25b7eb81983417e2260ddd57e135 (diff)
Reinstate USE_THREAD flag
-rw-r--r--vst/Makefile.mingw32.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/vst/Makefile.mingw32.in b/vst/Makefile.mingw32.in
index f64c40e..76154f9 100644
--- a/vst/Makefile.mingw32.in
+++ b/vst/Makefile.mingw32.in
@@ -67,7 +67,7 @@ GUI_SRC = \
@top_srcdir@/plugingui/resource_data.cc \
@top_srcdir@/plugingui/lodepng/lodepng.cpp
-GUI_CFLAGS=-I@top_srcdir@/plugingui/ @GUI_CFLAGS@
+GUI_CFLAGS=-I@top_srcdir@/plugingui/ -DUSE_THREAD @GUI_CFLAGS@
GUI_LIBS=-lgdi32 -lsetupapi -lws2_32
DBG_SRC = \