2005-10-11 Dick Porter <dick@ximian.com>
[mono.git] / mono / io-layer / system.h
index 08ea5f8127142962e68cf6c907ff61ebd4632110..390b1776b7d0cab9fbec9e5bd36b6acad3a3b885 100644 (file)
@@ -1,8 +1,19 @@
+/*
+ * system.h:  System information
+ *
+ * Author:
+ *     Dick Porter (dick@ximian.com)
+ *
+ * (C) 2002 Ximian, Inc.
+ */
+
 #ifndef _WAPI_SYSTEM_H_
 #define _WAPI_SYSTEM_H_
 
 #include <glib.h>
 
+G_BEGIN_DECLS
+
 typedef struct _WapiSystemInfo WapiSystemInfo;
 
 struct _WapiSystemInfo 
@@ -14,8 +25,8 @@ struct _WapiSystemInfo
                {
                        guint16 wProcessorArchitecture;
                        guint16 wReserved;
-               };
-       };
+               } _anon_struct;
+       } _anon_union;
        
        guint32 dwPageSize;
        gpointer lpMinimumApplicationAddress;
@@ -30,4 +41,5 @@ struct _WapiSystemInfo
 
 extern void GetSystemInfo(WapiSystemInfo *info);
 
+G_END_DECLS
 #endif /* _WAPI_SYSTEM_H_ */