ChangeSet ID: 21123 CVSROOT: /opt/cvs-commit Module name: wine Changes by: julliard(a)winehq.org 2005/11/05 04:43:50 Modified files: dlls/ntdll : thread.c Log message: Kevin Koltzau <kevin(a)plop.org> x86_64 references a named union, ensure unions are not nameless. Patch: http://cvs.winehq.org/patch.py?id=21123 Old revision New revision Changes Path 1.44 1.45 +1 -0 wine/dlls/ntdll/thread.c Index: wine/dlls/ntdll/thread.c diff -u -p wine/dlls/ntdll/thread.c:1.44 wine/dlls/ntdll/thread.c:1.45 --- wine/dlls/ntdll/thread.c:1.44 5 Nov 2005 10:43:50 -0000 +++ wine/dlls/ntdll/thread.c 5 Nov 2005 10:43:50 -0000 @@ -29,6 +29,7 @@ #include <sys/times.h> #endif +#define NONAMELESSUNION #include "ntstatus.h" #include "thread.h" #include "winternl.h"