Module: wine Branch: master Commit: f403816081bcd4a5b77bc9e43dee6147f5fcd38c URL: http://source.winehq.org/git/wine.git/?a=commit;h=f403816081bcd4a5b77bc9e43d...
Author: Austin English austinenglish@gmail.com Date: Thu May 20 17:49:51 2010 -0500
include: Rename structs to fix compile with recent gcc.
---
include/winnt.h | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/include/winnt.h b/include/winnt.h index d8fbbfd..eb3ab2c 100644 --- a/include/winnt.h +++ b/include/winnt.h @@ -1047,7 +1047,7 @@ typedef struct _KNONVOLATILE_CONTEXT_POINTERS PM128A Xmm13; PM128A Xmm14; PM128A Xmm15; - } DUMMYSTRUCTNAME; + } DUMMYSTRUCTNAME1; } DUMMYUNIONNAME1;
union @@ -1071,7 +1071,7 @@ typedef struct _KNONVOLATILE_CONTEXT_POINTERS PULONG64 R13; PULONG64 R14; PULONG64 R15; - } DUMMYSTRUCTNAME; + } DUMMYSTRUCTNAME2; } DUMMYUNIONNAME2; } KNONVOLATILE_CONTEXT_POINTERS, *PKNONVOLATILE_CONTEXT_POINTERS;