Re: programs/winefontcfg: Add winefontcfg

2007-07-12 Thread Nigel Liang ()
On 7/11/07, Dmitry Timoshkov [EMAIL PROTECTED] wrote: Dan Kegel [EMAIL PROTECTED] wrote: I think those static function prototypes in winefontcfg.h should not be there. .h files are for things shared between files; your prototypes were probably put there to avoid compiler errors. Better to

Re: shlwapi: stub implementation for SHSetTimerQueueTimer (try 2)

2007-05-21 Thread Nigel Liang ()
Hi, I am not quite sure I understand what you mean? CreateTimerQueueTimer should return a Boolean indicating whether the operation has succeeded. Checking the return value in a ternary operation should return the correct handle if CreateTimerQueueTimer succeeds and NULL otherwise. Unless I have