:pserver:cvsanon@mok.lvcm.com:/CVS/ReactOS reactos
[reactos.git] / lib / winmm / misc / stubs.c
1 /* 
2   The stubs here are totaly wrong so please help a brother out 
3   and fix this shit. sedwards 9-24-02
4 */
5
6 #include <windows.h>
7
8 DECLARE_HANDLE(HWAVEOUT); // mmsystem.h
9
10 UINT 
11 WINAPI 
12 waveOutReset(HWAVEOUT hWaveOut)
13 {
14         DbgPrint("waveOutReset unimplemented\n");
15         return 1;
16 }
17
18 WINBOOL 
19 STDCALL
20 sndPlaySoundA(LPCSTR pszSoundA, UINT uFlags)
21 {
22         DbgPrint("waveOutReset unimplemented\n");
23         return 1;
24 }
25
26 WINBOOL 
27 STDCALL
28 sndPlaySoundW(LPCSTR pszSoundA, UINT uFlags)
29 {
30         DbgPrint("waveOutReset unimplemented\n");
31         return 1;
32 }