diff options
author | Fridrich Štrba <fridrich.strba@bluewin.ch> | 2010-03-29 21:30:40 +0800 |
---|---|---|
committer | Fridrich Štrba <fridrich.strba@bluewin.ch> | 2010-03-29 21:30:40 +0800 |
commit | 5162756fb4958bf9e63bc906bb7bb6af70b0dbe7 (patch) | |
tree | c087fffaeabe5bf1ab8f70bcd5e8205f7b3195bc /modules | |
parent | f60b04f24e0bf71e45ed1dc6d9dc7945681a0900 (diff) | |
download | gsoc2013-evolution-5162756fb4958bf9e63bc906bb7bb6af70b0dbe7.tar gsoc2013-evolution-5162756fb4958bf9e63bc906bb7bb6af70b0dbe7.tar.gz gsoc2013-evolution-5162756fb4958bf9e63bc906bb7bb6af70b0dbe7.tar.bz2 gsoc2013-evolution-5162756fb4958bf9e63bc906bb7bb6af70b0dbe7.tar.lz gsoc2013-evolution-5162756fb4958bf9e63bc906bb7bb6af70b0dbe7.tar.xz gsoc2013-evolution-5162756fb4958bf9e63bc906bb7bb6af70b0dbe7.tar.zst gsoc2013-evolution-5162756fb4958bf9e63bc906bb7bb6af70b0dbe7.zip |
[win32] Windows SENS module cannot be built with C++ compiler
Diffstat (limited to 'modules')
-rw-r--r-- | modules/windows-sens/evolution-windows-sens.c | 5 |
1 files changed, 1 insertions, 4 deletions
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 |