From 84db4c0e246e98849c82059f5ae34f66c17f30a9 Mon Sep 17 00:00:00 2001 From: leitner Date: Tue, 2 Jun 2009 15:07:05 +0000 Subject: [PATCH] windows fix --- io_internal.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/io_internal.h b/io_internal.h index 2dba90f..ce19fe3 100644 --- a/io_internal.h +++ b/io_internal.h @@ -6,7 +6,7 @@ #include "array.h" #ifdef __MINGW32__ #include "socket.h" -extern HANDLE io_comport; +my_extern HANDLE io_comport; #else #include "haveepoll.h" #include "havekqueue.h"