Use W32API.
Modified: trunk/reactos/drivers/dd/sndblst/portio.c
Modified: trunk/reactos/drivers/dd/sndblst/settings.c
Modified: trunk/reactos/drivers/dd/sndblst/sndblst.xml
_____
Modified: trunk/reactos/drivers/dd/sndblst/portio.c
--- trunk/reactos/drivers/dd/sndblst/portio.c 2005-06-17 09:57:53 UTC
(rev 15960)
+++ trunk/reactos/drivers/dd/sndblst/portio.c 2005-06-17 10:15:21 UTC
(rev 15961)
@@ -9,7 +9,6 @@
* Sept 28, 2003: Created
*/
-#include <windows.h>
#include <ddk/ntddk.h>
#include "sndblst.h"
_____
Modified: trunk/reactos/drivers/dd/sndblst/settings.c
--- trunk/reactos/drivers/dd/sndblst/settings.c 2005-06-17 09:57:53 UTC
(rev 15960)
+++ trunk/reactos/drivers/dd/sndblst/settings.c 2005-06-17 10:15:21 UTC
(rev 15961)
@@ -10,7 +10,6 @@
*/
#include <ntddk.h>
-#include <windows.h>
#include "sndblst.h"
#include "sbdebug.h" // our own debug helper
_____
Modified: trunk/reactos/drivers/dd/sndblst/sndblst.xml
--- trunk/reactos/drivers/dd/sndblst/sndblst.xml 2005-06-17
09:57:53 UTC (rev 15960)
+++ trunk/reactos/drivers/dd/sndblst/sndblst.xml 2005-06-17
10:15:21 UTC (rev 15961)
@@ -1,5 +1,6 @@
<module name="sndblst" type="kernelmodedriver"
warnings="true">
<include base="sndblst">.</include>
+ <define name="__USE_W32API" />
<library>ntoskrnl</library>
<library>hal</library>
<file>card.c</file>
Show replies by date