mirror of
https://github.com/tstellar/bygfoot.git
synced 2025-02-02 17:07:17 +01:00
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…
x
Reference in New Issue
Block a user