From b64640f991932bda111e97dd1eb28553e5202b9e Mon Sep 17 00:00:00 2001 From: fcolin Date: Fri, 12 Mar 2004 09:37:05 +0000 Subject: compile avec MINGW sous WIN32 --- src/ivyprobe.c | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'src/ivyprobe.c') diff --git a/src/ivyprobe.c b/src/ivyprobe.c index 99cb5cc..a5a477b 100644 --- a/src/ivyprobe.c +++ b/src/ivyprobe.c @@ -33,6 +33,10 @@ #include #ifdef WIN32 #include +#ifdef __MINGW32__ +#include +#include +#endif #else #include #include @@ -309,8 +313,11 @@ int main(int argc, char *argv[]) IvyGlutChannelSetUp (0, NULL, NULL, HandleStdin); #endif #ifdef IVYMAINLOOP +#ifndef WIN32 +/* Stdin not compatible with select , select only accept socket */ IvyChannelSetUp (0, NULL, NULL, HandleStdin); #endif +#endif IvyStart (bus); -- cgit v1.1