DPSET_REMOTE is 0 so we cannot do (flags & DPSET_REMOTE). Instead
authorFrancois Gouget <fgouget@free.fr>
Tue, 19 Apr 2005 09:48:09 +0000 (09:48 +0000)
committerAlexandre Julliard <julliard@winehq.org>
Tue, 19 Apr 2005 09:48:09 +0000 (09:48 +0000)
commite8ec9d5fe69c6fea3a5b2bb23e21ffcc9f681c8f
tree3e8bd5eee622bf4208f192d51aaa45c118b06115
parent5941686dbbed04878148eca6f934a3d85ae476c7
DPSET_REMOTE is 0 so we cannot do (flags & DPSET_REMOTE). Instead
check that the DPSET_LOCAL flag is not set.
dlls/dplayx/dplay.c