mirror of
https://github.com/reactos/reactos.git
synced 2025-08-03 18:25:58 +00:00
- Since DirecrSound is not implemented at all we should return error in DirectSoundCreate.
svn path=/trunk/; revision=10201
This commit is contained in:
parent
cf649ce107
commit
5586cebc70
1 changed files with 2 additions and 12 deletions
|
@ -1,26 +1,16 @@
|
|||
/* $Id: dsound.c,v 1.1 2004/02/03 23:09:48 rcampbell Exp $
|
||||
*
|
||||
* COPYRIGHT: See COPYING in the top level directory
|
||||
* PROJECT: ReactOS kernel
|
||||
* FILE: lib/opengl32/opengl32.c
|
||||
* PURPOSE: OpenGL32 lib
|
||||
* PROGRAMMER: Anich Gregor (blight), Royce Mitchell III
|
||||
* UPDATE HISTORY:
|
||||
* Feb 1, 2004: Created
|
||||
/* $Id: dsound.c,v 1.2 2004/07/18 17:16:57 navaraf Exp $
|
||||
*/
|
||||
|
||||
#include <windows.h>
|
||||
//#include <ddraw.h>
|
||||
|
||||
#define DD_OK 0
|
||||
|
||||
HRESULT WINAPI DirectSoundCreate(
|
||||
LPGUID lpGuid,
|
||||
DWORD* ppDS,
|
||||
LPUNKNOWN pUnkOuter
|
||||
)
|
||||
{
|
||||
return DD_OK;
|
||||
return E_FAIL;
|
||||
}
|
||||
|
||||
BOOL WINAPI DllMain(HINSTANCE hInstance,DWORD fwdReason, LPVOID lpvReserved)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue