From 98a5106015fe9457ed0ac4245f58cc868290eda5 Mon Sep 17 00:00:00 2001 From: Holger Vogt Date: Sat, 15 Dec 2018 11:20:45 +0100 Subject: [PATCH] simplify and re-enble MINGW --- src/sharedspice.c | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/src/sharedspice.c b/src/sharedspice.c index 42c2cd3ab..ebede159a 100644 --- a/src/sharedspice.c +++ b/src/sharedspice.c @@ -305,11 +305,8 @@ get_plot_byname(char* plotname) /*****************************************************************/ #ifdef THREADS -#ifdef __MINGW32__ -static threadId_t tid, printtid; // , bgtid; -#else -static threadId_t tid, printtid, tid2; // , bgtid = (threadId_t) 0; -#endif + +static threadId_t tid, printtid, tid2; static bool fl_running = FALSE; static bool fl_exited = TRUE;