server: Store full sized completion information on the server side.

Alexandre Julliard julliard at winehq.org
Fri Aug 23 03:45:09 CDT 2013


Dmitry Timoshkov <dmitry at 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 at winehq.org



More information about the wine-devel mailing list