Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDanny Smith <dannysmith@users.sourceforge.net>2002-11-15 04:02:37 +0300
committerDanny Smith <dannysmith@users.sourceforge.net>2002-11-15 04:02:37 +0300
commit429ae76922ad58d58b0707ccb368eedd9e363a2f (patch)
treee0d9d68769bb22d7969130e0d06b2122b4507b6e /winsup/w32api/include/ddk
parent665b994e3ac0c7e71e8813bef99a655ed2381ddd (diff)
* include/ddk/ntddk.h: Include winnt.h as system header.
Diffstat (limited to 'winsup/w32api/include/ddk')
-rw-r--r--winsup/w32api/include/ddk/ntddk.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/winsup/w32api/include/ddk/ntddk.h b/winsup/w32api/include/ddk/ntddk.h
index 5cc6862ad..a94e0b35f 100644
--- a/winsup/w32api/include/ddk/ntddk.h
+++ b/winsup/w32api/include/ddk/ntddk.h
@@ -67,7 +67,7 @@ typedef CONST char *PCSZ;
#include "ntstatus.h"
/* Windows NT definitions exported to user mode */
-#include "winnt.h"
+#include <winnt.h>
/* Windows Device Driver Kit */
#include "winddk.h"