| commit | c0dabf03376f1179f0a9b95c69aff9524f0d50d0 | [log] [tgz] |
|---|---|---|
| author | Steve Langasek <vorlon@dodds.net> | Wed Jan 12 04:57:38 2000 +0000 |
| committer | Alexandre Julliard <julliard@winehq.org> | Wed Jan 12 04:57:38 2000 +0000 |
| tree | f42b66beca7bd81fc4b9d84c1c7186ab84a2e96d | |
| parent | 602306ebdfc1658a73640af6abdf4081feedfc6e [diff] [blame] |
Missing Winelib declarations for AUXCAPS.
diff --git a/include/mmsystem.h b/include/mmsystem.h index 8af677c..694a007 100644 --- a/include/mmsystem.h +++ b/include/mmsystem.h
@@ -747,6 +747,9 @@ 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 */