Re: WINE.INF: Add timezone information to the registry.

2005-11-11 Thread Alexandre Julliard
Mike McCormack <[EMAIL PROTECTED]> writes: > I decided to put the TimeZones in what Wine called the %CurrentVersion% > key. It's easy enough to change the program that generates the data to > put them in Windows NT\CurrentVersion if that's what is decided to be > correct. In theory it should

Re: WINE.INF: Add timezone information to the registry.

2005-11-11 Thread Mike McCormack
Paul Vriens wrote: win98 : HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Time Zones NT4 : HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Time Zones Win2K : HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Time Zones W2k3 : HKEY_LOCAL_MACHINE\SOFTWA

Re: WINE.INF: Add timezone information to the registry.

2005-11-11 Thread Paul Vriens
> > I've attached the program that generated the timezone information. The > information in the patch is derived from glibc's timezone information. > > We could add the program to wine and generate the timezone information > dynamically if necessary. > > Mike > > > ChangeLog: > Add timezone inform

Re: WINE.INF: Add timezone information to the registry.

2005-11-11 Thread Paul Vriens
> > I've attached the program that generated the timezone information. The > information in the patch is derived from glibc's timezone information. > > We could add the program to wine and generate the timezone information > dynamically if necessary. > > Mike > > > ChangeLog: > Add timezone inform