/* Definition for OSS drivers : wine multimedia system */ #ifndef __WINE_CONFIG_H # error You must include config.h to use this header #endif #if defined(HAVE_SYS_SOUNDCARD_H) # include #elif defined(HAVE_MACHINE_SOUNDCARD_H) # include #elif defined(HAVE_SOUNDCARD_H) # include #endif #ifdef HAVE_SYS_ERRNO_H #include #endif #ifdef SOUND_VERSION #define IOCTL(a,b,c) ioctl(a,b,&c) #else #define IOCTL(a,b,c) (c = ioctl(a,b,c)) #endif extern LONG OSS_WaveInit(void); extern BOOL OSS_MidiInit(void);