widl: Bump MIDL version to 5.2.202 to avoid RPC_X_WRONG_STUB_VERSION exception in ObjectStublessClient.

Signed-off-by: Richard Pospesel <richard@torproject.org>
Signed-off-by: Zebediah Figura <z.figura12@gmail.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
Richard Pospesel 2019-07-05 14:51:44 -07:00 committed by Alexandre Julliard
parent 76512154f8
commit 1f59423039
3 changed files with 4 additions and 4 deletions

View File

@ -20,7 +20,7 @@
#include "config.h" #include "config.h"
#include "wine/port.h" #include "wine/port.h"
#include <stdio.h> #include <stdio.h>
#include <stdlib.h> #include <stdlib.h>
#ifdef HAVE_UNISTD_H #ifdef HAVE_UNISTD_H
@ -425,7 +425,7 @@ static void write_stubdescriptor(type_t *iface, int expr_eval_routines)
print_client("1, /* -error bounds_check flag */\n"); print_client("1, /* -error bounds_check flag */\n");
print_client("0x%x, /* Ndr library version */\n", get_stub_mode() == MODE_Oif ? 0x50002 : 0x10001); print_client("0x%x, /* Ndr library version */\n", get_stub_mode() == MODE_Oif ? 0x50002 : 0x10001);
print_client("0,\n"); print_client("0,\n");
print_client("0x50100a4, /* MIDL Version 5.1.164 */\n"); print_client("0x50200ca, /* MIDL Version 5.2.202 */\n");
print_client("0,\n"); print_client("0,\n");
print_client("%s,\n", list_empty(&user_type_list) ? "0" : "UserMarshalRoutines"); print_client("%s,\n", list_empty(&user_type_list) ? "0" : "UserMarshalRoutines");
print_client("0, /* notify & notify_flag routine table */\n"); print_client("0, /* notify & notify_flag routine table */\n");

View File

@ -67,7 +67,7 @@ static void write_stubdesc(int expr_eval_routines)
print_proxy( "1, /* -error bounds_check flag */\n"); print_proxy( "1, /* -error bounds_check flag */\n");
print_proxy( "0x%x, /* Ndr library version */\n", get_stub_mode() == MODE_Oif ? 0x50002 : 0x10001); print_proxy( "0x%x, /* Ndr library version */\n", get_stub_mode() == MODE_Oif ? 0x50002 : 0x10001);
print_proxy( "0,\n"); print_proxy( "0,\n");
print_proxy( "0x50100a4, /* MIDL Version 5.1.164 */\n"); print_proxy( "0x50200ca, /* MIDL Version 5.2.202 */\n");
print_proxy( "0,\n"); print_proxy( "0,\n");
print_proxy("%s,\n", list_empty(&user_type_list) ? "0" : "UserMarshalRoutines"); print_proxy("%s,\n", list_empty(&user_type_list) ? "0" : "UserMarshalRoutines");
print_proxy( "0, /* notify & notify_flag routine table */\n"); print_proxy( "0, /* notify & notify_flag routine table */\n");

View File

@ -386,7 +386,7 @@ static void write_stubdescriptor(type_t *iface, int expr_eval_routines)
print_server("1, /* -error bounds_check flag */\n"); print_server("1, /* -error bounds_check flag */\n");
print_server("0x%x, /* Ndr library version */\n", get_stub_mode() == MODE_Oif ? 0x50002 : 0x10001); print_server("0x%x, /* Ndr library version */\n", get_stub_mode() == MODE_Oif ? 0x50002 : 0x10001);
print_server("0,\n"); print_server("0,\n");
print_server("0x50100a4, /* MIDL Version 5.1.164 */\n"); print_server("0x50200ca, /* MIDL Version 5.2.202 */\n");
print_server("0,\n"); print_server("0,\n");
print_server("%s,\n", list_empty(&user_type_list) ? "0" : "UserMarshalRoutines"); print_server("%s,\n", list_empty(&user_type_list) ? "0" : "UserMarshalRoutines");
print_server("0, /* notify & notify_flag routine table */\n"); print_server("0, /* notify & notify_flag routine table */\n");