simplify and re-enble MINGW

This commit is contained in:
Holger Vogt 2018-12-15 11:20:45 +01:00
parent 2a2a7c2d36
commit 98a5106015
1 changed files with 2 additions and 5 deletions

View File

@ -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;