don't use ABC name, conflicts with MinGW wingdi.h
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@8679 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
parent
21be4f51f0
commit
6545fac4a7
1 changed files with 1 additions and 1 deletions
|
|
@ -23,7 +23,7 @@ private:
|
|||
|
||||
%inline %{
|
||||
XYZ global_variable;
|
||||
struct ABC {
|
||||
struct Foo {
|
||||
XYZ member_variable;
|
||||
static XYZ static_member_variable;
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue