From 5162756fb4958bf9e63bc906bb7bb6af70b0dbe7 Mon Sep 17 00:00:00 2001 From: Fridrich Štrba Date: Mon, 29 Mar 2010 15:30:40 +0200 Subject: [win32] Windows SENS module cannot be built with C++ compiler --- modules/windows-sens/evolution-windows-sens.c | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'modules') diff --git a/modules/windows-sens/evolution-windows-sens.c b/modules/windows-sens/evolution-windows-sens.c index 7410503ac9..1a24f8e8a8 100644 --- a/modules/windows-sens/evolution-windows-sens.c +++ b/modules/windows-sens/evolution-windows-sens.c @@ -17,7 +17,7 @@ */ #ifdef __cplusplus -extern "C" { +#error This file cannot be built with C++ compiler #endif #define INITGUID @@ -593,6 +593,3 @@ e_module_unload (GTypeModule *type_module) { } -#ifdef __cplusplus -} -#endif -- cgit