mirror of
https://github.com/reactos/reactos.git
synced 2025-04-15 01:47:30 +00:00
-fix a warning
svn path=/trunk/; revision=27537
This commit is contained in:
parent
ca6658fc5a
commit
54c9e4033d
1 changed files with 5 additions and 1 deletions
|
@ -138,9 +138,13 @@ extern "C"
|
|||
#include <ntddk.h>
|
||||
#include <drmk.h>
|
||||
|
||||
/* TODO */
|
||||
#ifndef PC_NO_IMPORTS
|
||||
#define PORTCLASSAPI EXTERN_C __declspec(dllimport)
|
||||
#else
|
||||
#define PORTCLASSAPI EXTERN_C
|
||||
#endif
|
||||
|
||||
/* TODO */
|
||||
#define PCFILTER_NODE ((ULONG) -1)
|
||||
|
||||
/* HACK */
|
||||
|
|
Loading…
Reference in a new issue