Re: [2/3] kernel32/tests: test CopyFileEx callback and cancellation (resend)

2013-09-29 Thread Daniel Jeliński
2013/9/30 Nikolay Sivov > On 9/30/2013 00:51, Daniel Jeliński wrote: > > > +struct progress_list { >> +const DWORD progress_retval_init; /* value to return from progress >> routine */ >> +const BOOL cancel_init;/* value to set Cancel flag to */ >> +const DWORD progress_r

Re: kernel32/time: Implement GetSystemTimes for linux.

2013-09-29 Thread Bernard Ladenthin
Am 29.09.2013 20:08, schrieb André Hentschel: > Am 28.09.2013 21:51, schrieb Bernard Ladenthin: >> --- >> dlls/kernel32/time.c | 149 >> ++ >> 1 file changed, 149 insertions(+) > > > Hi, > please don't use C++ comments, also the rest of the coding

Re: [2/3] kernel32/tests: test CopyFileEx callback and cancellation (resend)

2013-09-29 Thread Nikolay Sivov
On 9/30/2013 00:51, Daniel Jeliński wrote: +struct progress_list { +const DWORD progress_retval_init; /* value to return from progress routine */ +const BOOL cancel_init;/* value to set Cancel flag to */ +const DWORD progress_retval_end; /* value to return from progr