Skip to content

Commit

Permalink
Enable multithreading in compare
Browse files Browse the repository at this point in the history
  • Loading branch information
pnedev committed Apr 6, 2022
1 parent 6b7bf7f commit 3f412a1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/Engine/Engine.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,8 @@
#include "diff.h"
#include "ProgressDlg.h"

#define MULTITHREAD 1

#ifdef MULTITHREAD

#if defined(__MINGW32__) && !defined(_GLIBCXX_HAS_GTHREADS)
Expand Down

0 comments on commit 3f412a1

Please sign in to comment.