-fix a warning

svn path=/trunk/; revision=27537
This commit is contained in:
Christoph von Wittich 2007-07-09 12:58:38 +00:00
parent ca6658fc5a
commit 54c9e4033d

View file

@ -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 */