Get rid of useless prototypes.

svn path=/trunk/; revision=7848
This commit is contained in:
Eric Kohl 2004-01-23 20:02:09 +00:00
parent a27a41929d
commit 7f921b5820
2 changed files with 0 additions and 8 deletions

View file

@ -5,10 +5,6 @@
unsigned char _cpumode = 0;
unsigned char *_cpumode_dll = &_cpumode;
WINBOOL STDCALL Beep(DWORD dwFreq, DWORD dwDuration);
VOID STDCALL Sleep(DWORD dwMilliseconds);
UINT STDCALL SetErrorMode(UINT uMode);
/*
* @implemented
*/

View file

@ -5,10 +5,6 @@
unsigned char _cpumode = 0;
unsigned char *_cpumode_dll = &_cpumode;
WINBOOL STDCALL Beep(DWORD dwFreq, DWORD dwDuration);
VOID STDCALL Sleep(DWORD dwMilliseconds);
UINT STDCALL SetErrorMode(UINT uMode);
/*
* @implemented
*/