mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-03 04:13:31 +00:00
-fix a warning
svn path=/trunk/; revision=27537
This commit is contained in:
@@ -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 */
|
||||
|
||||
Reference in New Issue
Block a user