diff options
author | Max Kellermann <max@duempel.org> | 2015-08-15 16:37:58 +0200 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2015-08-15 16:37:58 +0200 |
commit | 7cc33d0f27833744729deb585dadde0098afc1cf (patch) | |
tree | a13e16981f52bf7accc9f00d7cf120b207745c42 /test/stdbin.h | |
parent | 5fba8d773c3f6ea35a2934baa91372806f1c9940 (diff) | |
download | mpd-7cc33d0f27833744729deb585dadde0098afc1cf.tar.gz mpd-7cc33d0f27833744729deb585dadde0098afc1cf.tar.xz mpd-7cc33d0f27833744729deb585dadde0098afc1cf.zip |
test/stdbin.h: remove obsolete header
Diffstat (limited to 'test/stdbin.h')
-rw-r--r-- | test/stdbin.h | 29 |
1 files changed, 0 insertions, 29 deletions
diff --git a/test/stdbin.h b/test/stdbin.h deleted file mode 100644 index d69bbb4ee..000000000 --- a/test/stdbin.h +++ /dev/null @@ -1,29 +0,0 @@ -/* - * 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 - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation; either version 2 of the License, or - * (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License along - * with this program; if not, write to the Free Software Foundation, Inc., - * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. - */ - -#ifndef MPD_STDBIN_H -#define MPD_STDBIN_H - -#ifdef WIN32 -#include <fcntl.h> -/** set binary mode on stdin/stdout */ -int _CRT_fmode = _O_BINARY; -#endif - -#endif |