Build beep with w32api

svn path=/trunk/; revision=15555
This commit is contained in:
Alex Ionescu 2005-05-28 00:12:41 +00:00
parent 45aa5aa956
commit cc481fc89f
2 changed files with 7 additions and 1 deletions

View file

@ -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

View file

@ -5927,6 +5927,12 @@ FsRtlIsTotalDeviceFailure(
/** Hardware abstraction layer routines **/
NTOSAPI
BOOLEAN
DDKAPI
HalMakeBeep(
IN ULONG Frequency);
NTOSAPI
VOID
DDKFASTAPI