commit | 7df1b9e03a1f6bb3f0da49e346837a17cafc1f5c | [log] [tgz] |
---|---|---|
author | Alexandre Julliard <julliard@winehq.org> | Thu Aug 28 19:57:35 2003 +0000 |
committer | Alexandre Julliard <julliard@winehq.org> | Thu Aug 28 19:57:35 2003 +0000 |
tree | 09ba2daf9b49d0ddee18de5f20c68e11e9c3f590 | |
parent | 6e9f278602103a2f5d3e8bbefeac4dfbc78e2c8b [diff] [blame] |
Start using the exported TEB structure from winternl.h where possible.
diff --git a/dlls/ntdll/virtual.c b/dlls/ntdll/virtual.c index f82eab3..0520b7d 100644 --- a/dlls/ntdll/virtual.c +++ b/dlls/ntdll/virtual.c
@@ -40,6 +40,7 @@ #define NONAMELESSUNION #define NONAMELESSSTRUCT +#include "thread.h" #include "winternl.h" #include "global.h" #include "wine/library.h"