From 05607e31243e5e85a3801d4513192bb1f2150b14 Mon Sep 17 00:00:00 2001 From: Miller Puckette Date: Mon, 30 May 2005 03:04:19 +0000 Subject: Remembered to update all the edited files. Should now be in sync... will have to test it though. svn path=/trunk/; revision=3092 --- pd/portaudio/pa_win_ds/dsound_wrapper.h | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'pd/portaudio/pa_win_ds') diff --git a/pd/portaudio/pa_win_ds/dsound_wrapper.h b/pd/portaudio/pa_win_ds/dsound_wrapper.h index 0dad1592..9e3f565f 100644 --- a/pd/portaudio/pa_win_ds/dsound_wrapper.h +++ b/pd/portaudio/pa_win_ds/dsound_wrapper.h @@ -1,7 +1,7 @@ #ifndef __DSOUND_WRAPPER_H #define __DSOUND_WRAPPER_H /* - * $Id: dsound_wrapper.h,v 1.1.1.1.2.7 2003/09/07 13:04:53 rossbencina Exp $ + * $Id: dsound_wrapper.h,v 1.1.1.1.2.8 2005/01/16 20:48:37 rossbencina Exp $ * Simplified DirectSound interface. * * Author: Phil Burk & Robert Marsanyi @@ -44,6 +44,11 @@ #endif #endif +/* + We are only using DX3 in here, no need to polute the namespace - davidv +*/ +#define DIRECTSOUND_VERSION 0x0300 + #include #ifdef __cplusplus -- cgit v1.2.1