5 Copyright © 2004-2010, The AROS Development Team. All rights reserved.
9 #include <exec/types.h>
10 #include <libraries/mui.h>
12 /*** Identifier base ********************************************************/
13 #define MUIB_Timezone (TAG_USER | 0x20000000)
15 /*** Attributes *************************************************************/
16 #define MUIA_Timezone_Timeoffset (MUIB_Timezone | 0)
17 #define MUIA_Timezone_GMTClock (MUIB_Timezone | 1)
19 /*** Variables **************************************************************/
20 extern struct MUI_CustomClass
*Timezone_CLASS
;
22 /*** Macros *****************************************************************/
23 #define TimezoneObject BOOPSIOBJMACRO_START(Timezone_CLASS->mcc_Class)