Cygwin uses THREADING_MODEL_FORK

This commit is contained in:
chrchr 2022-07-08 19:00:35 +02:00
parent d264d3673f
commit 6b7538fb09
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@
#include "processexecutor.h"
#if !defined(WIN32) && !defined(__MINGW32__) && !defined(__CYGWIN__)
#if !defined(WIN32) && !defined(__MINGW32__)
#include "color.h"
#include "config.h"