summaryrefslogtreecommitdiffstats
path: root/loader/wine/winbase.h
diff options
context:
space:
mode:
Diffstat (limited to 'loader/wine/winbase.h')
-rw-r--r--loader/wine/winbase.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/loader/wine/winbase.h b/loader/wine/winbase.h
index 19394bc81d..b5c5ebe25c 100644
--- a/loader/wine/winbase.h
+++ b/loader/wine/winbase.h
@@ -786,8 +786,8 @@ typedef struct tagSYSTEM_INFO
struct {
WORD wProcessorArchitecture;
WORD wReserved;
- } DUMMYSTRUCTNAME;
- } DUMMYUNIONNAME;
+ } s;
+ } u;
DWORD dwPageSize;
LPVOID lpMinimumApplicationAddress;
LPVOID lpMaximumApplicationAddress;