Changed the first parameter from LPGUID (Windows headers) to REFGUID.
commitb8cfd179d1e09940d2b7a8e2b7f8fdc7c4200541
authorFrancois Gouget <fgouget@psn.net>
Fri, 19 Feb 1999 09:58:41 +0000 (19 09:58 +0000)
committerAlexandre Julliard <julliard@winehq.org>
Fri, 19 Feb 1999 09:58:41 +0000 (19 09:58 +0000)
treeebe05ac6b2870343c565bda31e20e574331d9d96
parent75b84bb7c8bc93a8e581085a233850955de6bb05
Changed the first parameter from LPGUID (Windows headers) to REFGUID.
This makes it a 'const GUID*' which means DirectSoundCreate must not
change it.
include/dsound.h
multimedia/dsound.c