mirror of
https://github.com/reactos/wine.git
synced 2024-11-25 20:59:54 +00:00
include: Rename structs to fix compile with recent gcc.
This commit is contained in:
parent
b5da118531
commit
f403816081
@ -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;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user