Browse Source

mmdevice: remove dead code

pull/62/head
Rémi Denis-Courmont 9 years ago
parent
commit
945e9ceac4
  1. 5
      modules/audio_output/mmdevice.c
  2. 5
      modules/audio_output/wasapi.c

5
modules/audio_output/mmdevice.c

@ -18,11 +18,6 @@
* Inc., 51 Franklin Street, Fifth Floor, Boston MA 02110-1301, USA.
*****************************************************************************/
#if !defined(_WIN32_WINNT) || _WIN32_WINNT < _WIN32_WINNT_VISTA
# undef _WIN32_WINNT
# define _WIN32_WINNT _WIN32_WINNT_VISTA
#endif
#ifdef HAVE_CONFIG_H
# include <config.h>
#endif

5
modules/audio_output/wasapi.c

@ -18,11 +18,6 @@
* Inc., 51 Franklin Street, Fifth Floor, Boston MA 02110-1301, USA.
*****************************************************************************/
#if !defined(_WIN32_WINNT) || _WIN32_WINNT < _WIN32_WINNT_VISTA
# undef _WIN32_WINNT
# define _WIN32_WINNT _WIN32_WINNT_VISTA
#endif
#ifdef HAVE_CONFIG_H
# include <config.h>
#endif

Loading…
Cancel
Save