Use W32API.

svn path=/trunk/; revision=15961
This commit is contained in:
Filip Navara
2005-06-17 10:15:21 +00:00
parent 37bfae8d86
commit 785eb54c6a
3 changed files with 1 additions and 2 deletions
-1
View File
@@ -9,7 +9,6 @@
* Sept 28, 2003: Created
*/
#include <windows.h>
#include <ddk/ntddk.h>
#include "sndblst.h"
-1
View File
@@ -10,7 +10,6 @@
*/
#include <ntddk.h>
#include <windows.h>
#include "sndblst.h"
#include "sbdebug.h" // our own debug helper
+1
View File
@@ -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>