mirror of
https://github.com/reactos/reactos.git
synced 2024-12-28 10:04:49 +00:00
Build beep with w32api
svn path=/trunk/; revision=15555
This commit is contained in:
parent
45aa5aa956
commit
cc481fc89f
2 changed files with 7 additions and 1 deletions
|
@ -8,7 +8,7 @@ TARGET_NAME = beep
|
|||
|
||||
TARGET_OBJECTS = beep.o
|
||||
|
||||
TARGET_CFLAGS = -Wall -Werror
|
||||
TARGET_CFLAGS = -Wall -Werror -D__USE_W32API
|
||||
|
||||
include $(PATH_TO_TOP)/rules.mak
|
||||
|
||||
|
|
|
@ -5927,6 +5927,12 @@ FsRtlIsTotalDeviceFailure(
|
|||
|
||||
/** Hardware abstraction layer routines **/
|
||||
|
||||
NTOSAPI
|
||||
BOOLEAN
|
||||
DDKAPI
|
||||
HalMakeBeep(
|
||||
IN ULONG Frequency);
|
||||
|
||||
NTOSAPI
|
||||
VOID
|
||||
DDKFASTAPI
|
||||
|
|
Loading…
Reference in a new issue