2004-01-07 Martin Baulig <martin@ximian.com>
[mono.git] / mono / io-layer / system.h
index 08ea5f8127142962e68cf6c907ff61ebd4632110..761ec26a3d528d32d614afcd02077242b08fe7ab 100644 (file)
@@ -1,3 +1,12 @@
+/*
+ * system.h:  System information
+ *
+ * Author:
+ *     Dick Porter (dick@ximian.com)
+ *
+ * (C) 2002 Ximian, Inc.
+ */
+
 #ifndef _WAPI_SYSTEM_H_
 #define _WAPI_SYSTEM_H_
 
@@ -14,8 +23,8 @@ struct _WapiSystemInfo
                {
                        guint16 wProcessorArchitecture;
                        guint16 wReserved;
-               };
-       };
+               } _anon_struct;
+       } _anon_union;
        
        guint32 dwPageSize;
        gpointer lpMinimumApplicationAddress;