Build beep with w32api
Modified: trunk/reactos/drivers/dd/beep/makefile
Modified: trunk/reactos/w32api/include/ddk/winddk.h

Modified: trunk/reactos/drivers/dd/beep/makefile
--- trunk/reactos/drivers/dd/beep/makefile	2005-05-27 23:19:14 UTC (rev 15554)
+++ trunk/reactos/drivers/dd/beep/makefile	2005-05-28 00:12:41 UTC (rev 15555)
@@ -8,7 +8,7 @@
 
 TARGET_OBJECTS = beep.o
 
-TARGET_CFLAGS = -Wall -Werror
+TARGET_CFLAGS = -Wall -Werror -D__USE_W32API
 
 include $(PATH_TO_TOP)/rules.mak
 

Modified: trunk/reactos/w32api/include/ddk/winddk.h
--- trunk/reactos/w32api/include/ddk/winddk.h	2005-05-27 23:19:14 UTC (rev 15554)
+++ trunk/reactos/w32api/include/ddk/winddk.h	2005-05-28 00:12:41 UTC (rev 15555)
@@ -5928,6 +5928,12 @@
 /** Hardware abstraction layer routines **/
 
 NTOSAPI
+BOOLEAN
+DDKAPI
+HalMakeBeep(
+  IN ULONG Frequency);
+
+NTOSAPI
 VOID
 DDKFASTAPI
 HalExamineMBR(