commit | 9c1de6de307c7435eefbbcd4f6b01eb0bbe53461 | [log] [tgz] |
---|---|---|
author | Patrik Stridvall <ps@leissner.se> | Thu Sep 12 22:07:02 2002 +0000 |
committer | Alexandre Julliard <julliard@winehq.org> | Thu Sep 12 22:07:02 2002 +0000 |
tree | 19b38f7b77e232231f9be9c4136d18522a92d387 | |
parent | a9298731faf8f520348d566d1e28163f45edeb1c [diff] [blame] |
Moved all the content of the DDK files ntdef.h and ntddk.h to winternl.h.
diff --git a/dlls/msvcrt/dir.c b/dlls/msvcrt/dir.c index 623d3b6..b7e0acc 100644 --- a/dlls/msvcrt/dir.c +++ b/dlls/msvcrt/dir.c
@@ -25,7 +25,7 @@ #include "wine/port.h" #include <time.h> -#include "ntddk.h" +#include "winternl.h" #include "wine/unicode.h" #include "msvcrt.h" #include "ms_errno.h"