mirror of
https://github.com/reactos/reactos.git
synced 2025-02-22 08:25:03 +00:00
Fix compilation of drivers ks, mpu401_ks and sb16_nt4
svn path=/trunk/; revision=26109
This commit is contained in:
parent
294005ab57
commit
df2510eefd
4 changed files with 6 additions and 5 deletions
|
@ -577,7 +577,7 @@ KsInternalIrpDispatcher(
|
|||
|
||||
DPRINT1("KS IRP dispatch function called\n");
|
||||
|
||||
PKSDISPATCH_TABLE ks_dispatch_table = NULL;
|
||||
//PKSDISPATCH_TABLE ks_dispatch_table = NULL;
|
||||
|
||||
/* ks_dispatch_table is the first element in a structure pointed to by FsContext */
|
||||
|
||||
|
|
|
@ -14,6 +14,7 @@
|
|||
|
||||
#define PUT_GUIDS_HERE
|
||||
|
||||
#define INITGUID
|
||||
#include <portcls.h>
|
||||
|
||||
extern "C"
|
||||
|
|
|
@ -14,7 +14,7 @@ CheckIrq(
|
|||
return TRUE;
|
||||
}
|
||||
|
||||
BOOLEAN
|
||||
BOOLEAN NTAPI
|
||||
ServiceSoundBlasterInterrupt(
|
||||
IN PKINTERRUPT Interrupt,
|
||||
IN PVOID Context)
|
||||
|
@ -42,7 +42,7 @@ EnableIrq(
|
|||
|
||||
DPRINT("Vector is 0x%x\n", vector);
|
||||
|
||||
status = IoConnectInterrupt(parameters->interrupt,
|
||||
status = IoConnectInterrupt(¶meters->interrupt,
|
||||
ServiceSoundBlasterInterrupt,
|
||||
DeviceObject,
|
||||
(PKSPIN_LOCK) NULL,
|
||||
|
|
|
@ -141,7 +141,7 @@ typedef PVOID CM_RESOURCE_TYPE;
|
|||
Class IDs - TODO
|
||||
*/
|
||||
//#define CLSID_PortDMus /* dmusicks.h */
|
||||
#define CLSID_PortMidi
|
||||
DEFINE_GUID(CLSID_PortMidi,0xb4c90a43L, 0x5791, 0x11d0, 0x86, 0xf9, 0x00, 0xa0, 0xc9, 0x11, 0xb5, 0x44);
|
||||
#define CLSID_PortTopology
|
||||
#define CLSID_PortWaveCyclic
|
||||
#define CLSID_PortWavePci
|
||||
|
@ -151,7 +151,7 @@ typedef PVOID CM_RESOURCE_TYPE;
|
|||
#define CLSID_MiniportDriverDMusUARTCapture
|
||||
#define CLSID_MiniportDriverFmSynth
|
||||
#define CLSID_MiniportDriverFmSynthWithVol
|
||||
#define CLSID_MiniportDriverUart
|
||||
DEFINE_GUID(CLSID_MiniportDriverUart,0xb4c90ae1L, 0x5791, 0x11d0, 0x86, 0xf9, 0x00, 0xa0, 0xc9, 0x11, 0xb5, 0x44);
|
||||
|
||||
|
||||
/* ===============================================================
|
||||
|
|
Loading…
Reference in a new issue