Windows patches

2003-09-26 Thread Gisle Vanem
Some more patches for wget on Windows. 1) config.h.ms: DMC already have usleep() and sleep(). 2) mswindows.c: - Removed read_registry() as it's not needed. - Added set_sleep_mode() to prevent Windows entering sleep-mode or hibernation on long transfers. Console mode programs

Re: Windows patches

2003-09-26 Thread Hrvoje Niksic
Thanks for the patch, I've now applied it using the following ChangeLog entry: 2003-09-26 Gisle Vanem [EMAIL PROTECTED] * mswindows.c (read_registry): Removed. (set_sleep_mode): New function. (windows_main_junk): Call it. BTW, unless you want your patch to be reviewed