@@ -6,7 +6,9 @@
#include <sys/types.h>
#include <sys/stat.h>
+#ifndef WIN32
#include <sys/time.h>
+#endif /* WIN32 */
#include <fcntl.h>
@@ -10,6 +10,12 @@
#include "mpg123.h"
+#ifdef WIN32
+#define SIGUSR1 0
+#define SIGCONT 0
+#define SIGSTOP 0
+
int outburst = MAXOUTBURST;
int preload;
@@ -26,6 +26,7 @@
#endif
+#define HAVE_INCLUDED_MPG123_H
#ifndef USE_MMAP
#include <sys/ipc.h>
@@ -233,7 +234,11 @@ int xfermem_block (int readwrite, txfermem *xf)
+#ifndef HAVE_INCLUDED_MPG123_H
+#include "mpg123.h"
+#else /* HAVE_INCLUDED_MPG123_H */
#include "xfermem.h"
+#endif /* HAVE_INCLUDED_MPG123_H */
extern int errno;