mirror of
https://github.com/reactos/reactos.git
synced 2025-02-22 16:36:33 +00:00
- 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:
parent
a647cfde4b
commit
83ba5bc979
4 changed files with 7 additions and 7 deletions
|
@ -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" />
|
||||||
|
|
|
@ -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>
|
||||||
|
|
||||||
|
|
|
@ -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);
|
||||||
|
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue