diff --git a/patches/api-ms-win-Stub_DLLs/0001-kernelbase-Add-dll-and-add-stub-for-QuirkIsEnabled.patch b/patches/api-ms-win-Stub_DLLs/0001-kernelbase-Add-dll-and-add-stub-for-QuirkIsEnabled.patch index 6094f6b4..3fb41d7b 100644 --- a/patches/api-ms-win-Stub_DLLs/0001-kernelbase-Add-dll-and-add-stub-for-QuirkIsEnabled.patch +++ b/patches/api-ms-win-Stub_DLLs/0001-kernelbase-Add-dll-and-add-stub-for-QuirkIsEnabled.patch @@ -1,4 +1,4 @@ -From 51fb5229fdb33887fe25440defc8df09d1623abb Mon Sep 17 00:00:00 2001 +From 306414ced0169b9ee4de34706e9235acb1bd93d6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michael=20M=C3=BCller?= Date: Fri, 15 Jan 2016 13:01:15 +0100 Subject: kernelbase: Add dll and add stub for QuirkIsEnabled. @@ -13,7 +13,7 @@ Subject: kernelbase: Add dll and add stub for QuirkIsEnabled. create mode 100644 dlls/kernelbase/misc.c diff --git a/dlls/kernelbase/Makefile.in b/dlls/kernelbase/Makefile.in -index b9caed0..2beb34b 100644 +index b9caed090b2..2beb34bafdb 100644 --- a/dlls/kernelbase/Makefile.in +++ b/dlls/kernelbase/Makefile.in @@ -1 +1,4 @@ @@ -22,7 +22,7 @@ index b9caed0..2beb34b 100644 +C_SRCS = \ + misc.c diff --git a/dlls/kernelbase/kernelbase.spec b/dlls/kernelbase/kernelbase.spec -index f104030..e09112e 100644 +index f104030ab25..74ff728cbc8 100644 --- a/dlls/kernelbase/kernelbase.spec +++ b/dlls/kernelbase/kernelbase.spec @@ -1,3 +1,6 @@ @@ -96,7 +96,7 @@ index f104030..e09112e 100644 -@ stub BaseReleaseProcessDllPath -@ stub BaseReleaseProcessExePath +@ stub BaseDumpAppcompatCache -+@ stub BaseFlushAppcompatCache ++@ stdcall BaseFlushAppcompatCache() kernel32.BaseFlushAppcompatCache +@ stub BaseFormatObjectAttributes +@ stub BaseFreeAppCompatDataForProcess +@ stub BaseGetNamedObjectDirectory @@ -244,7 +244,7 @@ index f104030..e09112e 100644 +@ stdcall CreateWaitableTimerW(ptr long wstr) kernel32.CreateWaitableTimerW @ stdcall CreateWellKnownSid(long ptr ptr ptr) advapi32.CreateWellKnownSid +@ stub CtrlRoutine -+@ stdcall DeactivateActCtx(long ptr) kernel32.DeactivateActCtx ++@ stdcall DeactivateActCtx(long long) kernel32.DeactivateActCtx +@ stdcall DebugActiveProcess(long) kernel32.DebugActiveProcess +@ stdcall DebugActiveProcessStop(long) kernel32.DebugActiveProcessStop @ stdcall DebugBreak() kernel32.DebugBreak @@ -433,7 +433,7 @@ index f104030..e09112e 100644 @ stub GetCalendar @ stdcall GetCalendarInfoEx(wstr long ptr long ptr long ptr) kernel32.GetCalendarInfoEx @ stdcall GetCalendarInfoW(long long long ptr long ptr) kernel32.GetCalendarInfoW -+@ stdcall GetCommConfig(long ptr long) kernel32.GetCommConfig ++@ stdcall GetCommConfig(long ptr ptr) kernel32.GetCommConfig +@ stdcall GetCommMask(long ptr) kernel32.GetCommMask +@ stdcall GetCommModemStatus(long ptr) kernel32.GetCommModemStatus +@ stdcall GetCommProperties(long ptr) kernel32.GetCommProperties @@ -1354,7 +1354,7 @@ index f104030..e09112e 100644 +@ stub SetClientTimeZoneInformation +@ stdcall SetCommBreak(long) kernel32.SetCommBreak +@ stdcall SetCommConfig(long ptr long) kernel32.SetCommConfig -+@ stdcall SetCommMask(long ptr) kernel32.SetCommMask ++@ stdcall SetCommMask(long long) kernel32.SetCommMask +@ stdcall SetCommState(long ptr) kernel32.SetCommState +@ stdcall SetCommTimeouts(long ptr) kernel32.SetCommTimeouts +@ stdcall SetComputerNameA(str) kernel32.SetComputerNameA @@ -1715,7 +1715,7 @@ index f104030..e09112e 100644 +@ stub wprintf diff --git a/dlls/kernelbase/misc.c b/dlls/kernelbase/misc.c new file mode 100644 -index 0000000..be1591a +index 00000000000..be1591aee7e --- /dev/null +++ b/dlls/kernelbase/misc.c @@ -0,0 +1,37 @@ @@ -1757,7 +1757,7 @@ index 0000000..be1591a + return FALSE; +} diff --git a/dlls/shlwapi/shlwapi.spec b/dlls/shlwapi/shlwapi.spec -index 6b6ead2..7c2a9d1 100644 +index 6b6ead26968..7c2a9d117e0 100644 --- a/dlls/shlwapi/shlwapi.spec +++ b/dlls/shlwapi/shlwapi.spec @@ -417,7 +417,7 @@ @@ -1770,10 +1770,10 @@ index 6b6ead2..7c2a9d1 100644 422 stdcall -noname SHGlobalCounterCreateNamedA(str long) 423 stdcall -noname SHGlobalCounterCreateNamedW(wstr long) diff --git a/tools/make_specfiles b/tools/make_specfiles -index 8e11529..eba8548 100755 +index 1e2400e4c7f..a245aefe406 100755 --- a/tools/make_specfiles +++ b/tools/make_specfiles -@@ -233,6 +233,7 @@ my @dll_groups = +@@ -249,6 +249,7 @@ my @dll_groups = [ "kernel32", "advapi32", @@ -1782,5 +1782,5 @@ index 8e11529..eba8548 100755 "kernelbase", "api-ms-win-core-bem-l1-1-0", -- -2.9.0 +2.11.0