mirror of
https://github.com/reactos/reactos.git
synced 2025-04-25 16:10:29 +00:00
making portcls can be compile now
svn path=/trunk/; revision=27157
This commit is contained in:
parent
d37dc1d14e
commit
bbbe421396
9 changed files with 10 additions and 5 deletions
|
@ -10,6 +10,7 @@
|
||||||
http://www.osronline.com/ddkx/stream/aud-prop_9f77.htm
|
http://www.osronline.com/ddkx/stream/aud-prop_9f77.htm
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
#include "private.h"
|
||||||
#include <portcls.h>
|
#include <portcls.h>
|
||||||
#include <drmk.h>
|
#include <drmk.h>
|
||||||
|
|
||||||
|
|
|
@ -9,6 +9,7 @@
|
||||||
* 27 Jan 07 Created
|
* 27 Jan 07 Created
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
#include "../private.h"
|
||||||
#include <portcls.h>
|
#include <portcls.h>
|
||||||
#include <stdunk.h>
|
#include <stdunk.h>
|
||||||
|
|
||||||
|
|
|
@ -9,9 +9,9 @@
|
||||||
* 27 Jan 07 Created
|
* 27 Jan 07 Created
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <portcls.h>
|
|
||||||
#include "private.h"
|
|
||||||
|
|
||||||
|
#include "private.h"
|
||||||
|
#include <portcls.h>
|
||||||
|
|
||||||
/*
|
/*
|
||||||
A safe place for IRPs to be bounced to, if no handler has been
|
A safe place for IRPs to be bounced to, if no handler has been
|
||||||
|
|
|
@ -10,6 +10,7 @@
|
||||||
http://www.osronline.com/ddkx/stream/audmp-routines_64vn.htm
|
http://www.osronline.com/ddkx/stream/audmp-routines_64vn.htm
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
#include "../private.h"
|
||||||
#include <portcls.h>
|
#include <portcls.h>
|
||||||
|
|
||||||
NTSTATUS
|
NTSTATUS
|
||||||
|
|
|
@ -9,7 +9,7 @@
|
||||||
REFERENCE:
|
REFERENCE:
|
||||||
http://www.osronline.com/ddkx/stream/audmp-routines_1fsj.htm
|
http://www.osronline.com/ddkx/stream/audmp-routines_1fsj.htm
|
||||||
*/
|
*/
|
||||||
|
#include "../private.h"
|
||||||
#include <portcls.h>
|
#include <portcls.h>
|
||||||
|
|
||||||
NTSTATUS
|
NTSTATUS
|
||||||
|
|
|
@ -11,7 +11,7 @@
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#if 0
|
#if 0
|
||||||
|
#include "../private.h"
|
||||||
#include <stdunk.h>
|
#include <stdunk.h>
|
||||||
#include <portcls.h>
|
#include <portcls.h>
|
||||||
|
|
||||||
|
|
|
@ -11,7 +11,7 @@
|
||||||
IPortMidi inherits from IPort. This file contains specific
|
IPortMidi inherits from IPort. This file contains specific
|
||||||
extensions.
|
extensions.
|
||||||
*/
|
*/
|
||||||
|
#include "../private.h"
|
||||||
#include <stdunk.h>
|
#include <stdunk.h>
|
||||||
#include <portcls.h>
|
#include <portcls.h>
|
||||||
#include "port.h"
|
#include "port.h"
|
||||||
|
|
|
@ -5,6 +5,7 @@
|
||||||
by Andrew Greenwood
|
by Andrew Greenwood
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
#include "../private.h"
|
||||||
#include <portcls.h>
|
#include <portcls.h>
|
||||||
#include "port.h"
|
#include "port.h"
|
||||||
|
|
||||||
|
|
|
@ -9,6 +9,7 @@
|
||||||
* 27 Jan 07 Created
|
* 27 Jan 07 Created
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
#include "private.h"
|
||||||
#include <portcls.h>
|
#include <portcls.h>
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
|
Loading…
Reference in a new issue