wine/dlls/ntdll thread.c

Alexandre Julliard julliard at wine.codeweavers.com
Sat Nov 5 04:43:50 CST 2005


ChangeSet ID:	21123
CVSROOT:	/opt/cvs-commit
Module name:	wine
Changes by:	julliard at winehq.org	2005/11/05 04:43:50

Modified files:
	dlls/ntdll     : thread.c 

Log message:
	Kevin Koltzau <kevin at 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"



More information about the wine-cvs mailing list