Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'mono/io-layer/system.h')
-rw-r--r--mono/io-layer/system.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/mono/io-layer/system.h b/mono/io-layer/system.h
index 847114a246a..761ec26a3d5 100644
--- a/mono/io-layer/system.h
+++ b/mono/io-layer/system.h
@@ -23,8 +23,8 @@ struct _WapiSystemInfo
{
guint16 wProcessorArchitecture;
guint16 wReserved;
- };
- };
+ } _anon_struct;
+ } _anon_union;
guint32 dwPageSize;
gpointer lpMinimumApplicationAddress;