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:
Marcelo Matus 2006-02-02 18:15:36 +00:00
commit 6545fac4a7

View file

@ -23,7 +23,7 @@ private:
%inline %{
XYZ global_variable;
struct ABC {
struct Foo {
XYZ member_variable;
static XYZ static_member_variable;
};