Commit f3880a29 authored by Francois Gouget's avatar Francois Gouget Committed by Alexandre Julliard

Don't use DSBCAPS_{CTRLDEFAULT,CTRLALL} in capability-dumping

functions since they are nothing but a combination of other flags and are thus redundant.
parent 871635c6
......@@ -117,8 +117,6 @@ static void _dump_DSBCAPS(DWORD xmask) {
FE(DSBCAPS_CTRLPAN)
FE(DSBCAPS_CTRLVOLUME)
FE(DSBCAPS_CTRLPOSITIONNOTIFY)
FE(DSBCAPS_CTRLDEFAULT)
FE(DSBCAPS_CTRLALL)
FE(DSBCAPS_STICKYFOCUS)
FE(DSBCAPS_GLOBALFOCUS)
FE(DSBCAPS_GETCURRENTPOSITION2)
......
......@@ -86,7 +86,6 @@ const char * getDSBCAPS(DWORD xmask) {
FE(DSBCAPS_CTRLPAN)
FE(DSBCAPS_CTRLVOLUME)
FE(DSBCAPS_CTRLPOSITIONNOTIFY)
FE(DSBCAPS_CTRLALL)
FE(DSBCAPS_STICKYFOCUS)
FE(DSBCAPS_GLOBALFOCUS)
FE(DSBCAPS_GETCURRENTPOSITION2)
......
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