mirror of
https://github.com/nzp-team/fteqw.git
synced 2024-11-10 14:42:13 +00:00
Fixed dirent.h being included on windows
git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@2559 fc73d0e0-1445-4013-8a0c-d673dee63da5
This commit is contained in:
parent
56526bfe69
commit
a1c0e751d6
1 changed files with 3 additions and 1 deletions
|
@ -4,9 +4,11 @@ Contains the control routines that handle both incoming and outgoing stuff
|
|||
|
||||
#include "qtv.h"
|
||||
#include <signal.h>
|
||||
|
||||
#ifndef _WIN32
|
||||
#include <sys/stat.h>
|
||||
#include <dirent.h>
|
||||
|
||||
#endif
|
||||
|
||||
// char *date = "Oct 24 1996";
|
||||
static const char *date = __DATE__ ;
|
||||
|
|
Loading…
Reference in a new issue