2005-10-11 Dick Porter <dick@ximian.com>
[mono.git] / mono / io-layer / system.h
index 761ec26a3d528d32d614afcd02077242b08fe7ab..390b1776b7d0cab9fbec9e5bd36b6acad3a3b885 100644 (file)
@@ -12,6 +12,8 @@
 
 #include <glib.h>
 
+G_BEGIN_DECLS
+
 typedef struct _WapiSystemInfo WapiSystemInfo;
 
 struct _WapiSystemInfo 
@@ -39,4 +41,5 @@ struct _WapiSystemInfo
 
 extern void GetSystemInfo(WapiSystemInfo *info);
 
+G_END_DECLS
 #endif /* _WAPI_SYSTEM_H_ */