summaryrefslogtreecommitdiff
path: root/plugins/UserInfoEx/src/stdafx.h
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/UserInfoEx/src/stdafx.h')
-rw-r--r--plugins/UserInfoEx/src/stdafx.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/UserInfoEx/src/stdafx.h b/plugins/UserInfoEx/src/stdafx.h
index 2d71b7698a..9acf9e3f0a 100644
--- a/plugins/UserInfoEx/src/stdafx.h
+++ b/plugins/UserInfoEx/src/stdafx.h
@@ -158,13 +158,13 @@ struct CMPlugin : public PLUGIN<CMPlugin>
* UserInfoEx global variables
***********************************************************************************************************/
-typedef struct _MGLOBAL
+struct MGLOBAL
{
uint8_t CanChangeDetails : 1; // is service to upload own contact information for icq present?
uint8_t TzIndexExist : 1; // Win Reg has Timzone Index Info
uint8_t ShowPropsheetColours : 1; // cached SET_PROPSHEET_SHOWCOLOURS database value
uint8_t WantAeroAdaption : 1; // reserved for later use
-} MGLOBAL, *LPMGLOBAL;
+};
extern MGLOBAL myGlobals;
extern int nCountriesCount;