Commit c0dabf03 authored by Steve Langasek's avatar Steve Langasek Committed by Alexandre Julliard

Missing Winelib declarations for AUXCAPS.

parent 602306eb
......@@ -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 */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment