Re: server: Store full sized completion information on the server side.
23 Aug
2013
23 Aug
'13
8: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
4497
Age (days ago)
4497
Last active (days ago)
0 comments
1 participants
participants (1)
-
Alexandre Julliard