From c0dabf03376f1179f0a9b95c69aff9524f0d50d0 Mon Sep 17 00:00:00 2001 From: Steve Langasek Date: Wed, 12 Jan 2000 04:57:38 +0000 Subject: [PATCH] Missing Winelib declarations for AUXCAPS. --- include/mmsystem.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/include/mmsystem.h b/include/mmsystem.h index 8af677cc1ef..694a0071949 100644 --- a/include/mmsystem.h +++ b/include/mmsystem.h @@ -747,6 +747,9 @@ typedef struct { DWORD dwSupport; /* functionality supported by driver */ } AUXCAPSW, *LPAUXCAPSW; +DECL_WINELIB_TYPE_AW(AUXCAPS) +DECL_WINELIB_TYPE_AW(LPAUXCAPS) + #define AUXCAPS_CDAUDIO 1 /* audio from internal CD-ROM drive */ #define AUXCAPS_AUXIN 2 /* audio from auxiliary input jacks */