Re: server: Store full sized completion information on the server side.
Aug. 23, 2013
3:45 a.m.
Dmitry Timoshkov <dmitry(a)baikal.ru> writes:
@@ -152,7 +152,7 @@ struct completion *get_completion_obj( struct process *process, obj_handle_t han }
void add_completion( struct completion *completion, apc_param_t ckey, apc_param_t cvalue, - unsigned int status, unsigned int information ) + apc_param_t information, unsigned int status )
There's no reason to change the parameter order. That's only adding noise to the patch, and potential bugs. -- Alexandre Julliard julliard(a)winehq.org
4597
Age (days ago)
4597
Last active (days ago)
0 comments
1 participants
participants (1)
-
Alexandre Julliard