mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-30 19:26:05 +00:00
- Make CSQ compatible with MSVC/WDK.
svn path=/trunk/; revision=28224
This commit is contained in:
@@ -25,7 +25,11 @@
|
||||
*/
|
||||
/* $Id$ */
|
||||
|
||||
#include <ntddk.h>
|
||||
#ifdef _MSC_VER
|
||||
#include <ntdef.h>
|
||||
#undef DECLSPEC_IMPORT
|
||||
#define DECLSPEC_IMPORT
|
||||
#endif
|
||||
#include <ntifs.h>
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user