aboutsummaryrefslogtreecommitdiff
path: root/pd/portaudio/pa_win_ds
diff options
context:
space:
mode:
Diffstat (limited to 'pd/portaudio/pa_win_ds')
-rw-r--r--pd/portaudio/pa_win_ds/dsound_wrapper.h7
1 files changed, 6 insertions, 1 deletions
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 <DSound.h>
#ifdef __cplusplus