mirror of /home/gitosis/repositories/libowfat.git
windows fix
This commit is contained in:
parent
a54c2bfa9f
commit
205eb7b051
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue