diff loader/wine/winuser.h @ 25794:2c8cdb9123b8

Fix a ton of illegal identifiers. Identifiers starting with __ or _ and a capital letter are reserved for the system, those starting with _ are reserved at the file level.
author diego
date Sun, 20 Jan 2008 17:16:39 +0000
parents c98c9e7f3bd0
children a8ea87c71d18
line wrap: on
line diff
--- a/loader/wine/winuser.h	Sun Jan 20 17:03:35 2008 +0000
+++ b/loader/wine/winuser.h	Sun Jan 20 17:16:39 2008 +0000
@@ -1824,7 +1824,7 @@
 DECL_WINELIB_TYPE_AW(MSGBOXPARAMS)
 DECL_WINELIB_TYPE_AW(LPMSGBOXPARAMS)
 
-typedef struct _numberfmt32a {
+typedef struct numberfmt32a {
     UINT NumDigits;
     UINT LeadingZero;
     UINT Grouping;
@@ -1833,7 +1833,7 @@
     UINT NegativeOrder;
 } NUMBERFMTA;
 
-typedef struct _numberfmt32w {
+typedef struct numberfmt32w {
     UINT NumDigits;
     UINT LeadingZero;
     UINT Grouping;
@@ -1842,7 +1842,7 @@
     UINT NegativeOrder;
 } NUMBERFMTW;
 
-typedef struct _currencyfmt32a
+typedef struct currencyfmt32a
 {   
 	UINT      NumDigits;   
 	UINT      LeadingZero; 
@@ -1854,7 +1854,7 @@
 	LPCSTR    lpCurrencySymbol;
 } CURRENCYFMTA; 
 
-typedef struct _currencyfmt32w
+typedef struct currencyfmt32w
 {   
 	UINT      NumDigits;   
 	UINT      LeadingZero;