- Changed return code for failure on *_DllGetClassObject to
commit89391af7e94c532cbafa9f69df1d19e83df629d6
authorPeter Hunnisett <hunnise@nortelnetworks.com>
Tue, 28 Sep 1999 16:23:17 +0000 (28 16:23 +0000)
committerAlexandre Julliard <julliard@winehq.org>
Tue, 28 Sep 1999 16:23:17 +0000 (28 16:23 +0000)
tree8f7ecc09fa33f897714d490e631160d47221030d
parentde5e1af2bddd790b5e43e85adece58feea6535a7
- Changed return code for failure on *_DllGetClassObject to
  CLASS_E_CLASSNOTAVAILABLE from E_NOTAVAILABLE as documented.
- Replaced memcmps with equivalent IsEqualCLSID or IsEqualGUID macros.
- Changed "return 0;" with S_OK or DS_OK as appropriate.
graphics/ddraw.c
multimedia/dsound.c