From 891d3fce0084134a6f6b725557877c3d6c7e8ad2 Mon Sep 17 00:00:00 2001 From: Chun-wei Fan Date: Thu, 20 Mar 2014 09:30:17 +0800 Subject: [PATCH] Fix on Last Commit of config.h.win32.in Missed a /* before an #undef line, causing build warnings, oops, sorry. --- clutter/config.h.win32.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/clutter/config.h.win32.in b/clutter/config.h.win32.in index 105e06542..f53803555 100644 --- a/clutter/config.h.win32.in +++ b/clutter/config.h.win32.in @@ -140,7 +140,7 @@ #define LT_OBJDIR ".libs/" /* Define to 1 if your C compiler doesn't accept -c and -o together. */ -#undef NO_MINUS_C_MINUS_O */ +/* #undef NO_MINUS_C_MINUS_O */ /* Define to 1 if building for Linux */ /* #undef OS_LINUX */