From 49ba0126b9853427ba632293df8ed73890d4f2bc Mon Sep 17 00:00:00 2001
From: Bent Bisballe Nyeng <deva@aasimon.org>
Date: Fri, 18 Jul 2014 13:26:40 +0200
Subject: Reinstate USE_THREAD flag

---
 vst/Makefile.mingw32.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

(limited to 'vst')

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 = \
-- 
cgit v1.2.3