* - Private file where devenum globals are declared
*/
+#ifndef __WINE_DEVENUM_H
+#define __WINE_DEVENUM_H
+
#ifndef RC_INVOKED
#include <stdarg.h>
#endif
extern const WCHAR clsid_keyname[6];
extern const WCHAR wszInstanceKeyName[];
#define CLSID_STR_LEN (sizeof(clsid_keyname) / sizeof(WCHAR))
+
+#endif /* __WINE_DEVENUM_H */
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*/
+#ifndef _DSOUND_PRIVATE_H_
+#define _DSOUND_PRIVATE_H_
+
#include <wine/config.h>
#include <assert.h>
UINT DSOUND_create_timer(LPTIMECALLBACK cb, DWORD_PTR user) DECLSPEC_HIDDEN;
HRESULT enumerate_mmdevices(EDataFlow flow, GUID *guids,
LPDSENUMCALLBACKW cb, void *user) DECLSPEC_HIDDEN;
+
+#endif /* _DSOUND_PRIVATE_H_ */