Update eoSIGContinue.h

Correction sighandler is not defined on Windows
This commit is contained in:
BertheasLeo 2022-08-10 14:02:16 +02:00 committed by Johann Dreo
commit 5e0e6fcd79

View file

@ -35,6 +35,8 @@
#include <csignal> #include <csignal>
#include "eoContinue.h" #include "eoContinue.h"
typedef void (*sighandler_t)(int);
/** @addtogroup Continuators /** @addtogroup Continuators
* @{ * @{
*/ */