commit | 079e7cac1774178ee00047f72007ab7816b7629c | [log] [tgz] |
---|---|---|
author | Kevin Koltzau <kevin@plop.org> | Sat Nov 05 10:43:50 2005 +0000 |
committer | Alexandre Julliard <julliard@winehq.org> | Sat Nov 05 10:43:50 2005 +0000 |
tree | e2a945be30cd7ff8d8322dd22292fe92cd125628 | |
parent | fe6afce979879669bf58cf1b4715c8a5fa4580c4 [diff] |
x86_64 references a named union, ensure unions are not nameless.
diff --git a/dlls/ntdll/thread.c b/dlls/ntdll/thread.c index fff3407..cb07fe9 100644 --- a/dlls/ntdll/thread.c +++ b/dlls/ntdll/thread.c
@@ -29,6 +29,7 @@ #include <sys/times.h> #endif +#define NONAMELESSUNION #include "ntstatus.h" #include "thread.h" #include "winternl.h"