* include/ddk/ntddk.h: Include winnt.h as system header.
This commit is contained in:
parent
665b994e3a
commit
429ae76922
@ -1,3 +1,7 @@
|
|||||||
|
2002-11-15 Danny Smith <dannysmith@users.sourceforge.net>
|
||||||
|
|
||||||
|
* include/ddk/ntddk.h: Include winnt.h as system header.
|
||||||
|
|
||||||
2002-11-12 Danny Smith <dannysmith@users.sourceforge.net>
|
2002-11-12 Danny Smith <dannysmith@users.sourceforge.net>
|
||||||
|
|
||||||
* include/ddk/(atm.h, batclass.h, cfg.h, cfgmgr32.h, d4drvif.h,
|
* include/ddk/(atm.h, batclass.h, cfg.h, cfgmgr32.h, d4drvif.h,
|
||||||
|
@ -67,7 +67,7 @@ typedef CONST char *PCSZ;
|
|||||||
#include "ntstatus.h"
|
#include "ntstatus.h"
|
||||||
|
|
||||||
/* Windows NT definitions exported to user mode */
|
/* Windows NT definitions exported to user mode */
|
||||||
#include "winnt.h"
|
#include <winnt.h>
|
||||||
|
|
||||||
/* Windows Device Driver Kit */
|
/* Windows Device Driver Kit */
|
||||||
#include "winddk.h"
|
#include "winddk.h"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user