Skip to content
Snippets Groups Projects
Commit ccae1513 authored by rswindell's avatar rswindell
Browse files

This should fix the Windows sbbsctrl build subsequent to the smblib changes

for Australian and New Zealand timezone abbreviations/value-macros.
parent 0193468a
Branches
Tags
No related merge requests found
......@@ -82,9 +82,10 @@ short tz_val[]= {
,BAN
,HON
,TOK
,SYD
,ACST
,AEST
,NOU
,WEL
,NZST
};
char* tz_str[]={
......@@ -119,9 +120,10 @@ char* tz_str[]={
,"Bangkok"
,"Hong Kong"
,"Tokyo"
,"Sydney"
,"Australian Central"
,"Australian Eastern"
,"Noumea"
,"Wellington"
,"New Zealand"
};
//---------------------------------------------------------------------------
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment