Commit ab055487 authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

DirectSound: correct include order

parent 4d37034c
......@@ -36,8 +36,6 @@
#include "windows_audio_common.h"
#include <dsound.h>
#define FRAME_SIZE ((int)p_aout->output.output.i_rate/20) /* Size in samples */
/*****************************************************************************
......
......@@ -72,6 +72,8 @@ typedef struct {
#endif
#include <dsound.h>
#ifndef SPEAKER_FRONT_LEFT
# define SPEAKER_FRONT_LEFT 0x1
# define SPEAKER_FRONT_RIGHT 0x2
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment