mirror of
https://github.com/reactos/reactos.git
synced 2025-08-03 20:05:41 +00:00
Get rid of useless prototypes.
svn path=/trunk/; revision=7848
This commit is contained in:
parent
a27a41929d
commit
7f921b5820
2 changed files with 0 additions and 8 deletions
|
@ -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
|
||||
*/
|
||||
|
|
|
@ -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
|
||||
*/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue