Francois Gouget : oleview: Remove an unneeded NONAMELESSUNION define.
Module: wine Branch: master Commit: a96f7f13ced34c693c94a2b18f26c2188a3fa9c4 URL: http://source.winehq.org/git/wine.git/?a=commit;h=a96f7f13ced34c693c94a2b18f... Author: Francois Gouget <fgouget(a)free.fr> Date: Tue Oct 27 11:58:32 2015 +0100 oleview: Remove an unneeded NONAMELESSUNION define. Signed-off-by: Francois Gouget <fgouget(a)free.fr> Signed-off-by: Dmitry Timoshkov <dmitry(a)baikal.ru> Signed-off-by: Alexandre Julliard <julliard(a)winehq.org> --- programs/oleview/typelib.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/programs/oleview/typelib.c b/programs/oleview/typelib.c index 3a60348..04b9067 100644 --- a/programs/oleview/typelib.c +++ b/programs/oleview/typelib.c @@ -18,8 +18,6 @@ * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA */ -#define NONAMELESSUNION - #include "main.h" #include "wine/debug.h"
participants (1)
-
Alexandre Julliard