mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 04:13:34 +00:00
Use W32API.
svn path=/trunk/; revision=15961
This commit is contained in:
@@ -9,7 +9,6 @@
|
||||
* Sept 28, 2003: Created
|
||||
*/
|
||||
|
||||
#include <windows.h>
|
||||
#include <ddk/ntddk.h>
|
||||
#include "sndblst.h"
|
||||
|
||||
|
||||
@@ -10,7 +10,6 @@
|
||||
*/
|
||||
|
||||
#include <ntddk.h>
|
||||
#include <windows.h>
|
||||
#include "sndblst.h"
|
||||
#include "sbdebug.h" // our own debug helper
|
||||
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user