[PATCH 2/4] kernel32/path : implement copyfileexW progressroutine callback

Nikolay Sivov bunglehead at gmail.com
Tue Jan 8 13:41:17 CST 2013


On 1/8/2013 22:19, Patrick Rudolph wrote:
> +    BOOL progressRoutine_enabled = progressRoutine != 0;
Why do you need this? You could always check for callback pointer directly.



More information about the wine-devel mailing list