include: Undefine the nameless union/struct macros to avoid conflicts with mingw.
This commit is contained in:
parent
e701ca90aa
commit
bc26bdea7c
|
@ -192,6 +192,12 @@ extern "C" {
|
|||
# endif
|
||||
#endif /* NONAMELESSUNION */
|
||||
|
||||
#undef DUMMYSTRUCTNAME
|
||||
#undef DUMMYSTRUCTNAME1
|
||||
#undef DUMMYSTRUCTNAME2
|
||||
#undef DUMMYSTRUCTNAME3
|
||||
#undef DUMMYSTRUCTNAME4
|
||||
#undef DUMMYSTRUCTNAME5
|
||||
#ifndef NONAMELESSSTRUCT
|
||||
#define DUMMYSTRUCTNAME
|
||||
#define DUMMYSTRUCTNAME1
|
||||
|
@ -208,6 +214,15 @@ extern "C" {
|
|||
#define DUMMYSTRUCTNAME5 s5
|
||||
#endif /* !defined(NONAMELESSSTRUCT) */
|
||||
|
||||
#undef DUMMYUNIONNAME
|
||||
#undef DUMMYUNIONNAME1
|
||||
#undef DUMMYUNIONNAME2
|
||||
#undef DUMMYUNIONNAME3
|
||||
#undef DUMMYUNIONNAME4
|
||||
#undef DUMMYUNIONNAME5
|
||||
#undef DUMMYUNIONNAME6
|
||||
#undef DUMMYUNIONNAME7
|
||||
#undef DUMMYUNIONNAME8
|
||||
#ifndef NONAMELESSUNION
|
||||
#define DUMMYUNIONNAME
|
||||
#define DUMMYUNIONNAME1
|
||||
|
|
Loading…
Reference in New Issue