[msvc] Update csproj files
[mono.git] / eglib / src / gmodule.h
index ae52dcfdd7a8f2c7b600fa3ab47bd6341560a637..ee89683f5101cd79a21638f0faaf62a71adb19a9 100644 (file)
@@ -10,6 +10,8 @@
 #define G_MODULE_EXPORT
 #endif
 
+G_BEGIN_DECLS
+
 /*
  * Modules
  */
@@ -30,4 +32,6 @@ gchar *  g_module_build_path (const gchar *directory, const gchar *module_name);
 extern char *gmodule_libprefix;
 extern char *gmodule_libsuffix;
 
+G_END_DECLS
+
 #endif