aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/pulse/Domain.hxx
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/lib/pulse/Domain.hxx (renamed from test/stdbin.h)14
1 files changed, 6 insertions, 8 deletions
diff --git a/test/stdbin.h b/src/lib/pulse/Domain.hxx
index 8b5502e6f..bacf8b7eb 100644
--- a/test/stdbin.h
+++ b/src/lib/pulse/Domain.hxx
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2003-2014 The Music Player Daemon Project
+ * Copyright (C) 2003-2015 The Music Player Daemon Project
* http://www.musicpd.org
*
* This program is free software; you can redistribute it and/or modify
@@ -17,13 +17,11 @@
* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
*/
-#ifndef MPD_STDBIN_H
-#define MPD_STDBIN_H
+#ifndef MPD_PULSE_DOMAIN_HXX
+#define MPD_PULSE_DOMAIN_HXX
-#ifdef WIN32
-#include <fcntl.h>
-/** set binary mode on stdin/stdout */
-int _CRT_fmode = _O_BINARY;
-#endif
+class Domain;
+
+extern const Domain pulse_domain;
#endif