1
1
mirror of https://github.com/tstellar/bygfoot.git synced 2025-02-01 08:26:54 +01:00

added ifdef's to Windows specific libraries

This commit is contained in:
gunnar_g 2008-12-17 11:12:25 +00:00
parent be07ac1df4
commit 3b70cb795c

View File

@ -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"