]> git.sur5r.net Git - bacula/bacula/blobdiff - bacula/src/filed/heartbeat.c
Added wx-console.exe and .conf.
[bacula/bacula] / bacula / src / filed / heartbeat.c
index bda617ee11b7466b13f381bb2ff8b07b96edb53a..8e1c033d22ccee69ef689bdb2fa26f2157493afc 100644 (file)
@@ -31,7 +31,7 @@
 #include "bacula.h"
 #include "filed.h"
 
-#ifdef HAVE_CYGWIN
+#if defined(HAVE_CYGWIN) || defined(HAVE_WIN32)
 /* pthread_kill() dies on Cygwin, so disable it */
 #define pthread_kill(x, y)
 /* Use shorter wait interval on Cygwin because no kill */