Missing Winelib declarations for AUXCAPS.
This commit is contained in:
parent
602306ebdf
commit
c0dabf0337
|
@ -747,6 +747,9 @@ typedef struct {
|
||||||
DWORD dwSupport; /* functionality supported by driver */
|
DWORD dwSupport; /* functionality supported by driver */
|
||||||
} AUXCAPSW, *LPAUXCAPSW;
|
} AUXCAPSW, *LPAUXCAPSW;
|
||||||
|
|
||||||
|
DECL_WINELIB_TYPE_AW(AUXCAPS)
|
||||||
|
DECL_WINELIB_TYPE_AW(LPAUXCAPS)
|
||||||
|
|
||||||
#define AUXCAPS_CDAUDIO 1 /* audio from internal CD-ROM drive */
|
#define AUXCAPS_CDAUDIO 1 /* audio from internal CD-ROM drive */
|
||||||
#define AUXCAPS_AUXIN 2 /* audio from auxiliary input jacks */
|
#define AUXCAPS_AUXIN 2 /* audio from auxiliary input jacks */
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue