diff options
author | Bent Bisballe Nyeng <deva@aasimon.org> | 2014-07-18 13:26:40 +0200 |
---|---|---|
committer | Bent Bisballe Nyeng <deva@aasimon.org> | 2014-07-18 13:26:40 +0200 |
commit | 49ba0126b9853427ba632293df8ed73890d4f2bc (patch) | |
tree | 5f0a60e692314262ee7888c74193deda8695f935 /vst | |
parent | b92102abc7af25b7eb81983417e2260ddd57e135 (diff) |
Reinstate USE_THREAD flag
Diffstat (limited to 'vst')
-rw-r--r-- | vst/Makefile.mingw32.in | 2 |
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 = \ |