about summary refs log tree commit diff stats
path: root/miasm2/jitter/vm_mngr_py.h
diff options
context:
space:
mode:
Diffstat (limited to 'miasm2/jitter/vm_mngr_py.h')
-rw-r--r--miasm2/jitter/vm_mngr_py.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/miasm2/jitter/vm_mngr_py.h b/miasm2/jitter/vm_mngr_py.h
index 3c7c487b..e2e43c65 100644
--- a/miasm2/jitter/vm_mngr_py.h
+++ b/miasm2/jitter/vm_mngr_py.h
@@ -1,7 +1,9 @@
 #ifndef VM_MNGR_PY_H
 #define VM_MNGR_PY_H
 
-
+#ifdef _WIN32
+#define SIGALRM 0
+#endif
 
 typedef struct {
 	PyObject_HEAD