mirror of
https://github.com/reactos/reactos.git
synced 2025-02-23 17:05:46 +00:00
[DDK]
* Don't include wdm.h twice in portcls.h. svn path=/trunk/; revision=54978
This commit is contained in:
parent
8f70e43420
commit
04acd45a57
1 changed files with 0 additions and 8 deletions
|
@ -144,14 +144,6 @@ extern "C" {
|
|||
#include <ksmedia.h>
|
||||
#include <drmk.h>
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
#include <wdm.h>
|
||||
}
|
||||
#else
|
||||
#include <wdm.h>
|
||||
#endif
|
||||
|
||||
#ifndef PC_NO_IMPORTS
|
||||
#define PORTCLASSAPI EXTERN_C __declspec(dllimport)
|
||||
#else
|
||||
|
|
Loading…
Reference in a new issue