[setupx_main.c] SETUPX_CreateStandardLDDs: question about a FIXME

2004-11-10 Thread Fabrice Ménard
Hi, In setupapi/setupx_main.c, function SETUPX_CreateStandardLDDs: There is a FIXME("LDID_SRCPATH: what exactly do we have to do here ?\n"). It concerns the registry value: SOFTWARE\\Microsoft\\Windows\\CurrentVersion\\Setup\\SourcePath. AFAIK, this value defines the location where the setup o

Re: Question about a FIXME

2004-05-07 Thread Rein Klazes
On Fri, 30 Apr 2004 09:13:12 -0400, you wrote: > I read previously that Daylight Savings Time transition dates were a FIXME. > If I knew where to implement them, I will look into implementing them > myself. RtlQueryTimeZoneInformation() in dlls/ntdll/time.c Rein. -- Rein Klazes [EMAIL PROTECTED

Question about a FIXME

2004-05-07 Thread William Lahti
I read previously that Daylight Savings Time transition dates were a FIXME. If I knew where to implement them, I will look into implementing them myself.