branch update for HEAD-2003050101
[reactos.git] / lib / winmm / misc / stubs.c
index 4744cb5..8965254 100644 (file)
@@ -132,3 +132,27 @@ midiOutLongMsg(HWAVEOUT hWaveOut, LPCSTR pszSoundA,
        DbgPrint("midiOutLongMsg stub\n");
        return 1;
 }
+
+UINT/*MMRESULT*/
+STDCALL
+timeBeginPeriod(UINT uPeriod)
+{
+       DbgPrint("timeBeginPeriod stub\n");
+       return 97/*TIMERR_NOCANDO*/;
+}
+
+DWORD
+STDCALL
+timeGetTime(VOID)
+{
+       DbgPrint("timeGetTime stub\n");
+       return 0;
+}
+
+UINT/*MMRESULT*/
+STDCALL
+timeEndPeriod(UINT uPeriod)
+{
+       DbgPrint("timeEndPeriod stub\n");
+       return 97/*TIMERR_NOCANDO*/;
+}