From 6545fac4a78e3fa164fb087eee02caeb72b3addd Mon Sep 17 00:00:00 2001 From: Marcelo Matus Date: Thu, 2 Feb 2006 18:15:36 +0000 Subject: [PATCH] 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 --- SWIG/Examples/test-suite/allowexcept.i | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SWIG/Examples/test-suite/allowexcept.i b/SWIG/Examples/test-suite/allowexcept.i index 699432d6d..33de01543 100644 --- a/SWIG/Examples/test-suite/allowexcept.i +++ b/SWIG/Examples/test-suite/allowexcept.i @@ -23,7 +23,7 @@ private: %inline %{ XYZ global_variable; -struct ABC { +struct Foo { XYZ member_variable; static XYZ static_member_variable; };