aboutsummaryrefslogtreecommitdiff
path: root/sound.h
diff options
context:
space:
mode:
Diffstat (limited to 'sound.h')
-rw-r--r--sound.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/sound.h b/sound.h
index b7859c7602..38246ee4ef 100644
--- a/sound.h
+++ b/sound.h
@@ -17,6 +17,9 @@
*
* Change Log:
* $Log$
+ * Revision 1.3 2001/12/01 17:25:36 strigeus
+ * fixed to compile on unix
+ *
* Revision 1.2 2001/12/01 17:06:13 strigeus
* adlib sound support, use USE_ADLIB
*
@@ -393,7 +396,7 @@ public:
};
struct MidiSoundDriver : SoundDriver {
- HMIDIOUT *_mo;
+ void *_mo;
bool _mt32emulate;
SoundEngine *_se;