- Make CSQ compatible with MSVC/WDK.

svn path=/trunk/; revision=28224
This commit is contained in:
Aleksey Bragin 2007-08-07 20:49:09 +00:00
parent 0e450718cd
commit 4224d31e22

View file

@ -25,7 +25,11 @@
*/
/* $Id$ */
#include <ntddk.h>
#ifdef _MSC_VER
#include <ntdef.h>
#undef DECLSPEC_IMPORT
#define DECLSPEC_IMPORT
#endif
#include <ntifs.h>