mirror of
https://github.com/reactos/reactos.git
synced 2025-04-21 12:40:33 +00:00
- Make CSQ compatible with MSVC/WDK.
svn path=/trunk/; revision=28224
This commit is contained in:
parent
0e450718cd
commit
4224d31e22
1 changed files with 5 additions and 1 deletions
|
@ -25,7 +25,11 @@
|
|||
*/
|
||||
/* $Id$ */
|
||||
|
||||
#include <ntddk.h>
|
||||
#ifdef _MSC_VER
|
||||
#include <ntdef.h>
|
||||
#undef DECLSPEC_IMPORT
|
||||
#define DECLSPEC_IMPORT
|
||||
#endif
|
||||
#include <ntifs.h>
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue