winebuild-Fake_Dlls: 0010 fix patch apply

This commit is contained in:
gloriouseggroll 2018-02-20 01:13:41 -05:00
parent e71ab406f1
commit 4f69cc1bb7

View File

@ -64,9 +64,9 @@ diff --git a/dlls/ntdll/thread.c b/dlls/ntdll/thread.c
index 86e5047facb..8b9df0cc7c0 100644
--- a/dlls/ntdll/thread.c
+++ b/dlls/ntdll/thread.c
@@ -59,6 +59,8 @@ static struct _KUSER_SHARED_DATA user_sh
struct _KUSER_SHARED_DATA *user_shared_data_external;
@@ -60,6 +60,8 @@ struct _KUSER_SHARED_DATA *user_shared_data_external;
struct _KUSER_SHARED_DATA *user_shared_data = &user_shared_data_internal;
static const WCHAR default_windirW[] = {'C',':','\\','w','i','n','d','o','w','s',0};
+extern void DECLSPEC_NORETURN __wine_syscall_dispatcher( void );
+