summaryrefslogtreecommitdiffstats
path: root/byterun/debugger.c
diff options
context:
space:
mode:
Diffstat (limited to 'byterun/debugger.c')
-rw-r--r--byterun/debugger.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/byterun/debugger.c b/byterun/debugger.c
index 18cfc54eb..4eb8cd1b8 100644
--- a/byterun/debugger.c
+++ b/byterun/debugger.c
@@ -28,10 +28,9 @@
int debugger_in_use = 0;
unsigned long event_count;
-#ifndef HAS_SOCKETS
+#if !defined(HAS_SOCKETS) || defined(_WIN32)
void debugger_init()
- char * address;
{
}