Fix compilation of drivers ks, mpu401_ks and sb16_nt4

svn path=/trunk/; revision=26109
This commit is contained in:
Hervé Poussineau 2007-03-15 19:00:34 +00:00
parent 294005ab57
commit df2510eefd
4 changed files with 6 additions and 5 deletions

View file

@ -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 */

View file

@ -14,6 +14,7 @@
#define PUT_GUIDS_HERE
#define INITGUID
#include <portcls.h>
extern "C"

View file

@ -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(&parameters->interrupt,
ServiceSoundBlasterInterrupt,
DeviceObject,
(PKSPIN_LOCK) NULL,

View file

@ -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);
/* ===============================================================