I don't think this is going to work correctly when replacing hotkeys
(by passing an already-registered hwnd and id to RegisterHotKey with a
different key combination). Since the user driver's RegisterHotKey
function will be called with the new id/vkey/flags before
UnregisterHotKey is called for the
Hi Hans,
On 09/18/13 13:40, Hans Leidekker wrote:
> diff --git a/dlls/wininet/tests/http.c b/dlls/wininet/tests/http.c
> index bf57223..2526681 100644
> --- a/dlls/wininet/tests/http.c
> +++ b/dlls/wininet/tests/http.c
> @@ -4777,8 +4777,37 @@ static const struct notification
> async_send_request
On 19 Sep 2013, at 15:07, Bruno Jesus wrote:
> Hi, Huw. I'm not sure this is an issue but in the android
> implementation of get_interface_indexes you are not setting
>
> +if (table) *table = NULL;
Hi Bruno,
Good catch! Resent.
Thanks,
Huw.
On Thu, Sep 19, 2013 at 10:06 AM, Huw Davies wrote:
> ---
> configure.ac | 3 +-
> dlls/iphlpapi/ifenum.c | 199
> -
> 2 files changed, 200 insertions(+), 2 deletions(-)
Hi, Huw. I'm not sure this is an issue but in the android
impleme