- Fix a few simple errors in ks/portcls.h

- Exclude it from the build process since important header files are missing (Hint to Andrew: commit stdunk.h & co)

svn path=/trunk/; revision=26113
This commit is contained in:
Aleksey Bragin 2007-03-16 12:49:47 +00:00
parent a647cfde4b
commit 83ba5bc979
4 changed files with 7 additions and 7 deletions

View file

@ -16,9 +16,9 @@
<xi:include href="drmk/drmk.rbuild" /> <xi:include href="drmk/drmk.rbuild" />
</directory> </directory>
<directory name="portcls"> <!--<directory name="portcls">
<xi:include href="portcls/portcls.rbuild" /> <xi:include href="portcls/portcls.rbuild" />
</directory> </directory>-->
<!--<directory name="avtest"> <!--<directory name="avtest">
<xi:include href="avtest/avtest.rbuild" /> <xi:include href="avtest/avtest.rbuild" />
@ -29,9 +29,9 @@
Drivers (experimental) Drivers (experimental)
--> -->
<directory name="mpu401_ks"> <!--<directory name="mpu401_ks">
<xi:include href="mpu401_ks/mpu401.rbuild" /> <xi:include href="mpu401_ks/mpu401.rbuild" />
</directory> </directory>-->
<directory name="sb16_nt4"> <directory name="sb16_nt4">
<xi:include href="sb16_nt4/sb16_nt4.rbuild" /> <xi:include href="sb16_nt4/sb16_nt4.rbuild" />

View file

@ -15,7 +15,7 @@
<file>stubs.c</file> <file>stubs.c</file>
<!-- Probably not the best idea to have this separate --> <!-- Probably not the best idea to have this separate -->
<file>../stdunk/stdunk.c</file> <!--<file>../stdunk/stdunk.c</file>-->
<file>helper/ResourceList.c</file> <file>helper/ResourceList.c</file>

View file

@ -1905,7 +1905,7 @@ KsAddObjectCreateItemToObjectHeader(
KSDDKAPI NTSTATUS NTAPI KSDDKAPI NTSTATUS NTAPI
KsAllocateDeviceHeader( KsAllocateDeviceHeader(
OUT PVOID Header, OUT KSDEVICE_HEADER* Header,
IN ULONG ItemsCount, IN ULONG ItemsCount,
IN PKSOBJECT_CREATE_ITEM ItemsList OPTIONAL); IN PKSOBJECT_CREATE_ITEM ItemsList OPTIONAL);

View file

@ -135,7 +135,7 @@
/* HACK */ /* HACK */
typedef PVOID CM_RESOURCE_TYPE; typedef PVOID CM_RESOURCE_TYPE;
#define PORT_CLASS_DEVICE_EXTENSION_SIZE (64 * sizeof(ULONG_PTR))
/* =============================================================== /* ===============================================================
Class IDs - TODO Class IDs - TODO