mirror of
https://github.com/reactos/reactos.git
synced 2025-04-25 08:00:24 +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
|
||||
*/
|
||||
|
||||
#include "private.h"
|
||||
#include <portcls.h>
|
||||
#include <drmk.h>
|
||||
|
||||
|
|
|
@ -9,6 +9,7 @@
|
|||
* 27 Jan 07 Created
|
||||
*/
|
||||
|
||||
#include "../private.h"
|
||||
#include <portcls.h>
|
||||
#include <stdunk.h>
|
||||
|
||||
|
|
|
@ -9,9 +9,9 @@
|
|||
* 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
|
||||
|
|
|
@ -10,6 +10,7 @@
|
|||
http://www.osronline.com/ddkx/stream/audmp-routines_64vn.htm
|
||||
*/
|
||||
|
||||
#include "../private.h"
|
||||
#include <portcls.h>
|
||||
|
||||
NTSTATUS
|
||||
|
|
|
@ -9,7 +9,7 @@
|
|||
REFERENCE:
|
||||
http://www.osronline.com/ddkx/stream/audmp-routines_1fsj.htm
|
||||
*/
|
||||
|
||||
#include "../private.h"
|
||||
#include <portcls.h>
|
||||
|
||||
NTSTATUS
|
||||
|
|
|
@ -11,7 +11,7 @@
|
|||
*/
|
||||
|
||||
#if 0
|
||||
|
||||
#include "../private.h"
|
||||
#include <stdunk.h>
|
||||
#include <portcls.h>
|
||||
|
||||
|
|
|
@ -11,7 +11,7 @@
|
|||
IPortMidi inherits from IPort. This file contains specific
|
||||
extensions.
|
||||
*/
|
||||
|
||||
#include "../private.h"
|
||||
#include <stdunk.h>
|
||||
#include <portcls.h>
|
||||
#include "port.h"
|
||||
|
|
|
@ -5,6 +5,7 @@
|
|||
by Andrew Greenwood
|
||||
*/
|
||||
|
||||
#include "../private.h"
|
||||
#include <portcls.h>
|
||||
#include "port.h"
|
||||
|
||||
|
|
|
@ -9,6 +9,7 @@
|
|||
* 27 Jan 07 Created
|
||||
*/
|
||||
|
||||
#include "private.h"
|
||||
#include <portcls.h>
|
||||
|
||||
/*
|
||||
|
|
Loading…
Reference in a new issue