Subversion Repositories SvarDOS

Rev

Rev 591 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 591 Rev 611
Line 15... Line 15...
15
enum COUNTRY_TIMEFMT {
15
enum COUNTRY_TIMEFMT {
16
  COUNTRY_TIME12 = 0, /* AM/PM format (like 6:32 PM) */
16
  COUNTRY_TIME12 = 0, /* AM/PM format (like 6:32 PM) */
17
  COUNTRY_TIME24 = 1  /* 24h format   (like 18:32) */
17
  COUNTRY_TIME24 = 1  /* 24h format   (like 18:32) */
18
};
18
};
19
 
19
 
20
 
-
 
-
 
20
#define COUNTRY_ERR_INV_FORMAT -86
-
 
21
#define COUNTRY_ERR_NOT_LOCALCFG -87
21
 
22
 
22
struct country {
23
struct country {
23
 
24
 
24
  struct {
25
  struct {
25
    unsigned short id;          /* international id (48=PL, 33=FR, 01=US...) */
26
    unsigned short id;          /* international id (48=PL, 33=FR, 01=US...) */