mirror of https://github.com/tstellar/bygfoot.git
added ifdef's to Windows specific libraries
This commit is contained in:
parent
712f2828ac
commit
c2538a54c4
|
@ -31,8 +31,11 @@
|
|||
#include <time.h>
|
||||
#include <glib/gprintf.h>
|
||||
#include <glib.h>
|
||||
#include <io.h>
|
||||
#include <fcntl.h>
|
||||
|
||||
#ifdef G_OS_WIN32
|
||||
#include <io.h>
|
||||
#include <fcntl.h>
|
||||
#endif
|
||||
|
||||
#include "bet_struct.h"
|
||||
#include "debug.h"
|
||||
|
|
Loading…
Reference in New Issue