1
0
mirror of https://gitlab.xiph.org/xiph/ezstream.git synced 2024-09-15 04:08:07 -04:00

WIN32 #ifdef reduction.

git-svn-id: https://svn.xiph.org/trunk/ezstream@13463 0101bb08-14d6-0310-b084-bc0e0c8e3800
This commit is contained in:
moritz 2007-08-08 14:20:41 +00:00
parent b75fc3aa33
commit 3531b646cf
2 changed files with 3 additions and 5 deletions

View File

@ -46,10 +46,6 @@
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#ifdef WIN32
# include <io.h>
# include <windows.h>
#endif /* WIN32 */
#ifdef HAVE_UNISTD_H
# include <unistd.h>
#endif

View File

@ -1,8 +1,10 @@
#include <windows.h>
#include <sys/types.h>
#define HAVE_INTTYPES_H 1
#define HAVE_STAT 1
#define HAVE_STDINT_H 1
#define HAVE_SYS_STAT_H 1
#define HAVE_SYS_TYPES_H 1
/* Name of package */
#define PACKAGE "ezstream"