Sebastian Lackner
2672abd9e0
Added patch to enforce that surfaces are flushed after ReleaseDC.
2015-02-27 22:44:57 +01:00
Sebastian Lackner
9146caa7ae
Added patch to display animations for SHFileOperation progress dialog.
2015-02-27 21:06:05 +01:00
Sebastian Lackner
480bab002e
Added patch for basic implementation of job objects.
2015-02-27 20:56:05 +01:00
Sebastian Lackner
2de8f84fb0
Removed multiple patches (accepted upstream).
2015-02-27 15:34:05 +01:00
Sebastian Lackner
e01d563654
Added patch for support of shell32 file operation progress dialog.
2015-02-27 02:12:30 +01:00
Sebastian Lackner
cc1368ba9e
ntoskrnl-Stubs: Mark one additional bug as fixed.
2015-02-27 01:36:56 +01:00
Sebastian Lackner
a63ea08036
Added patches for ntoskrnl.ProbeFor{Read,Write}.
2015-02-27 01:31:59 +01:00
Sebastian Lackner
b4c665d65a
Added patch for stub of gdiplus.GdipCreateEffect.
2015-02-27 01:18:50 +01:00
Sebastian Lackner
870feed3e2
Added first set of patches for job objects (by Andrew Cook).
2015-02-26 22:41:29 +01:00
Michael Müller
ec1b9737d0
Update progress callback patch.
2015-02-26 21:57:05 +01:00
Sebastian Lackner
6b6bb2edce
Rename ntdll-CopyFileEx patchset to kernel32-CopyFileEx (Oops..).
2015-02-26 16:57:16 +01:00
Sebastian Lackner
98c6f8974b
Removed multiple patchsets (accepted upstream).
2015-02-26 16:44:38 +01:00
Sebastian Lackner
f133ccbf40
Rename ntdll-SetFileInformationByHandle to kernel32-SetFileInformationByHandle.
2015-02-26 07:14:13 +01:00
Sebastian Lackner
b74ea4b14d
Added patch for CopyFileEx progress callback and cancellation support.
2015-02-26 07:10:29 +01:00
Sebastian Lackner
7d2b751466
Added patch to implement SetFileInformationByHandle.
2015-02-26 06:12:24 +01:00
Sebastian Lackner
dd12b420e8
Added patch to fallback to global key state for threads without a queue.
2015-02-26 04:26:59 +01:00
Sebastian Lackner
d25e78cefb
Added patch to avoid deadlock by using _exit() in NtTerminateProcess.
2015-02-25 23:27:09 +01:00
Sebastian Lackner
8f64b37ee2
Added patch to fix race-condition when threads are killed during shutdown.
2015-02-25 23:12:37 +01:00
Sebastian Lackner
11fe964c46
Removed several patches (accepted upstream).
2015-02-24 18:00:05 +01:00
Sebastian Lackner
8b3e8d11a8
Added patch to complete and properly pack DNS_HEADER structure (by Amine Khaldi, wine-patched/pull/6).
2015-02-23 22:35:00 +01:00
Sebastian Lackner
eaefcc8a3f
Added patch to declare pDirectInputCreateEx in a MSVC compatible way (by Amine Khaldi, wine-patched/pull/5).
2015-02-23 22:34:35 +01:00
Sebastian Lackner
a412b6082a
Added patch to skip Wine specific __wine_check_for_events calls in ReactOS (by Amine Khaldi, wine-patched/pull/4).
2015-02-23 20:31:13 +01:00
Sebastian Lackner
c1eea67020
Added patch to mark DllCanUnloadNow and DllGetClassObject as private (by Amine Khaldi, wine-patched/pull/3).
2015-02-23 18:35:31 +01:00
Sebastian Lackner
f11e82495a
Disabled patchset for reg.exe cleanup (partially accepted upstream).
2015-02-23 18:32:33 +01:00
Sebastian Lackner
5261bd8a89
patchupdate.py: Introduce a new Apply-After definition file variable.
2015-02-23 18:12:32 +01:00
Sebastian Lackner
6c276e039c
dxva2-Video_Decoder: Fix an incorrect FIXME message.
2015-02-22 05:46:02 +01:00
Sebastian Lackner
f354e38ec0
dxva2-Video_Decoder: Update configure check to make sure that libva exports vaQuerySurfaceAttributes.
2015-02-22 05:14:20 +01:00
Michael Müller
44ea94f633
Added patch for MPEG2/H264 DXVA2 video decoding through vaapi.
2015-02-22 04:08:15 +01:00
Sebastian Lackner
8f19269b34
Added patch for support of non-blocking SIO_ADDRESS_LIST_CHANGE requests.
2015-02-22 00:32:18 +01:00
Sebastian Lackner
3bfb699f09
Added patch to implement ntoskrnl.KeInitializeMutex.
2015-02-21 12:01:06 +01:00
Sebastian Lackner
591c89dcaa
Added patch to add stub for ntoskrnl.Mm{Map,Unmap}LockedPages.
2015-02-21 11:55:16 +01:00
Sebastian Lackner
65895dcd33
Added patch to ignore unsupported alpha channels in TIFF decoder.
2015-02-21 11:25:55 +01:00
Sebastian Lackner
ea6d6ce494
Added patches to implement semi-stubs for GetFileVersionInfoSizeExA/W and GetFileVersionInfoExA/W.
2015-02-21 11:10:51 +01:00
Sebastian Lackner
d734456470
wined3d-DXTn: Do not require libtxc_dxtn at compile-time, always search at runtime for common library names.
2015-02-21 02:21:01 +01:00
Sebastian Lackner
eea70481fe
Rebase against upstream changes.
2015-02-20 15:57:32 +01:00
Sebastian Lackner
ea9f209292
Rebase against upstream changes, remove patch for IDirectPlayVoiceClient::GetCompressionTypes (accepted upstream).
2015-02-20 01:56:07 +01:00
Sebastian Lackner
9717d3f69e
Rebase against upstream changes.
2015-02-18 20:15:35 +01:00
Sebastian Lackner
1078096afe
d3dx9_36-GetShaderSemantics: Rebase against upstream changes.
2015-02-16 18:14:05 +01:00
Sebastian Lackner
eab42cde10
Added patches to improve stubs for AEV_{Get,Set}MasterVolumeLevel and AEV_{Get,Set}Mute.
2015-02-15 14:53:01 +01:00
Sebastian Lackner
c3d4426edd
Added patch to implement IApplicationAssociationRegistration::QueryCurrentDefault.
2015-02-14 04:47:25 +01:00
Sebastian Lackner
6a98a1f8aa
Added patch to avoid accessing stack below ESP when restoring thread context.
2015-02-13 01:46:19 +01:00
Sebastian Lackner
9afb8c2b6d
wined3d-CSMT_Main: Rebase against upstream changes.
2015-02-12 20:50:03 +01:00
Sebastian Lackner
dc04777d5a
Added patch to add stub for ntoskrnl.ExDeleteResourceLite.
2015-02-12 08:52:01 +01:00
Sebastian Lackner
3f9cc193b7
Added patch to add stub for ntoskrnl.ExReleaseResourceForThread.
2015-02-12 08:45:21 +01:00
Sebastian Lackner
a40b3e341a
Added patch to add stub for ntoskrnl.ExAcquireResourceExclusiveLite.
2015-02-12 08:27:14 +01:00
Sebastian Lackner
2000faae13
wined3d-CSMT_{Helper,Main}: Rebase against upstream changes.
2015-02-12 08:07:54 +01:00
Sebastian Lackner
28bd360291
ntdll-WRITECOPY: Adjust patch based on changes in ws2_32-WriteWatches.
2015-02-11 21:19:10 +01:00
Sebastian Lackner
3f60978f12
Added patch to implement basic handling of write watches while we're on the signal stack.
2015-02-11 13:37:53 +01:00
Sebastian Lackner
d8772033dd
d3dx9_36-GetShaderSemantics: Fix issue in implementation of D3DXGetShaderInputSemantics.
2015-02-10 23:26:58 +01:00
Sebastian Lackner
65c1bc4fd2
ntdll-DVD_Read_Size: Avoid dereferencing NULL pointer / accessing structure when size is invalid.
2015-02-10 21:53:58 +01:00
Sebastian Lackner
16f0d70b79
Added patch to implement D3DXGetShaderOutputSemantics.
2015-02-10 21:16:32 +01:00
Sebastian Lackner
5188eda906
Removed patches for SIO_ADDRESS_LIST_CHANGE ioctl (accepted upstream).
2015-02-10 18:21:42 +01:00
Sebastian Lackner
1ffd40e9de
Added patch to avoid race-conditions with write watches in WS2_async_accept.
2015-02-10 07:37:49 +01:00
Sebastian Lackner
e8d4cc0cb0
Avoid race-conditions in NtReadFile() operations with write watches.
2015-02-10 06:40:25 +01:00
Sebastian Lackner
c1ae413bcc
ntdll-RtlUnwind: Update patchset and fix a second bug in the unwinding code.
...
Fixes https://bugs.wine-staging.com/show_bug.cgi?id=68 .
2015-02-10 00:10:32 +01:00
Sebastian Lackner
d329354032
Removed patches for UTF7 support (accepted upstream).
2015-02-09 17:22:09 +01:00
Sebastian Lackner
e2cd273303
iphlpapi-TCP_Table: Fix an incorrect TRACE message.
2015-02-08 20:32:31 +01:00
Sebastian Lackner
b8c9d22e4c
Added patch to improve stub for AEV_GetVolumeRange.
2015-02-08 18:02:28 +01:00
Sebastian Lackner
2b2f2d70ab
Added patch to fix wrong defition of ntoskrnl.IoReleaseCancelSpinLock function.
2015-02-08 17:58:49 +01:00
Sebastian Lackner
c81eb4cfa6
Added patch to improve various ntoskrnl stub functions.
2015-02-08 17:55:46 +01:00
Sebastian Lackner
221a419640
Added patch to implement stub for ntoskrnl.KeDelayExecutionThread.
2015-02-08 17:51:06 +01:00
Sebastian Lackner
f1b08404b8
Added patch to implement stubs for ntoskrnl.ObReferenceObjectByPointer and ntoskrnl.ObDereferenceObject.
2015-02-08 17:47:43 +01:00
Sebastian Lackner
28fc684ff9
Added patch to implement stubs for ntoskrnl.Ex{Acquire,Release}FastMutexUnsafe.
2015-02-08 17:44:07 +01:00
Sebastian Lackner
cb402d63de
Added patch to implement stub for ntoskrnl.IoGetAttachedDeviceReference.
2015-02-08 17:35:02 +01:00
Sebastian Lackner
865083f801
Mark various upstream bugs as fixed.
2015-02-08 17:29:34 +01:00
Sebastian Lackner
b70612a236
Staging: Avoid a warning on x86_64.
2015-02-08 15:18:58 +01:00
Sebastian Lackner
340a8a9e73
patchupdate.py: Replace '.' with underscore for patchinstall.sh script.
2015-02-08 15:02:51 +01:00
Sebastian Lackner
39787f3608
Added patch to make nvcuda.dll compatible with CUDA 7.0.
2015-02-08 09:44:03 +01:00
Sebastian Lackner
f2831c4a36
Added patch to implement NVIDIA video encoder library (nvencodeapi).
2015-02-08 08:40:31 +01:00
Sebastian Lackner
6a5466cff1
Added patch to add performance library registry keys needed by MS SQL Server Management Studio Express 2008 R2.
2015-02-08 06:39:31 +01:00
Sebastian Lackner
fbf97b4ef0
Added patchset for various improvements and cleanup of reg.exe.
2015-02-07 15:41:23 +01:00
Sebastian Lackner
cfdc80f823
Add library override instead of closing winecfg when pressing ENTER over the combobox.
2015-02-07 08:07:40 +01:00
Sebastian Lackner
1b9fa30106
Rebase against upstream changes.
2015-02-06 21:41:46 +01:00
Sebastian Lackner
99fc70333a
ntdll-Vista_Threadpool: Update threadpool patchset, implement additional wait object functions.
2015-02-06 20:49:32 +01:00
Sebastian Lackner
dac872a3f7
dinput-Events: Update patch to fix bug 42, some games do not explicitly poll for mouse events.
2015-02-04 06:51:05 +01:00
Sebastian Lackner
94558a24fb
Removed several patches (accepted upstream).
2015-02-03 17:16:22 +01:00
Sebastian Lackner
1eeba48e51
Added patch to fix arguments for OSMesaMakeCurrent when using 16 bit formats.
2015-02-03 12:24:48 +01:00
Sebastian Lackner
70b8d10d2f
Added patch to fix crash in Jedi Knight: Dark Forces II when winmm is set to native.
2015-02-03 07:13:28 +01:00
Sebastian Lackner
95d7e3c5a9
ntdll-Vista_Threadpool: Avoid race conditions between tp_object_{submit,shutdown} for simple callbacks.
2015-02-03 05:33:58 +01:00
Sebastian Lackner
647efb0b9b
wined3d-CSMT_Main: Rebase against upstream changes.
2015-02-02 17:52:20 +01:00
Sebastian Lackner
1ac4ac7302
ntdll-Vista_Threadpool: Make sure that threadpools have always at least one worker thread.
2015-02-02 14:09:18 +01:00
Sebastian Lackner
af245c20be
Added patchset to implement Vista+ threadpool functions for work / timers.
2015-02-01 19:58:36 +01:00
Sebastian Lackner
e51f6d2439
Added patch to implement additional stubs for vcomp dlls.
2015-01-29 00:43:26 +01:00
Sebastian Lackner
96b6186af1
Rebase patches against upstream Wine.
2015-01-28 23:25:01 +01:00
Sebastian Lackner
cfdd73e2c4
ntoskrnl-KeWaitForMultipleObjects: Remove definition of KWAIT_BLOCK (accepted upstream).
2015-01-28 02:03:28 +01:00
Sebastian Lackner
e3c329b656
ntoskrnl-KeWaitForMultipleObjects: Avoid duplicate definitions in ntdef.h and winternl.h.
2015-01-27 15:09:32 +01:00
Sebastian Lackner
aab0c9dd62
ntoskrnl-KeWaitForMultipleObjects: Directly use new header file ntdef.h.
2015-01-27 04:38:18 +01:00
Sebastian Lackner
42ef436373
ntdll-Junction_Points: Rebase against upstream changes.
2015-01-27 04:07:25 +01:00
Sebastian Lackner
8d231bde1d
Added patch to fix mouse jittering in Planetside 2.
2015-01-26 13:31:24 +01:00
Sebastian Lackner
a5566f1e8e
Added patch to fix check for end_frame in RtlUnwindEx on x86_64.
2015-01-26 11:57:43 +01:00
Michael Müller
a3813c45a0
Added patch to call DriverUnload during driver unload.
2015-01-26 04:39:12 +01:00
Sebastian Lackner
0c2b776e83
patchinstall.sh: Only apply patchlist when 'Staging' patchset is enabled. Ensure Staging/004-*.patch also compiles without patchlist.
2015-01-26 03:46:33 +01:00
Sebastian Lackner
e65c2c7954
patchinstall.sh: Avoid using '&>' syntax which spawns a detached shell with dash instead of forwarding output (thanks DarkPlayer).
2015-01-26 01:13:49 +01:00
Sebastian Lackner
9ee1d8c391
nvcuvid-CUDA_Video_Support: Remove another duplicate struct definition (ancient compilers again ...).
2015-01-25 06:01:27 +01:00
Sebastian Lackner
c2f1a759c3
ntdll-NtQuerySection: Fix warnings in tests on x86_64 (try 2).
2015-01-24 13:04:39 +01:00
Sebastian Lackner
71658e9cd3
ntoskrnl-DriverTest: Partially revert 791f33b
, fix additional compiler warning.
...
We always have to use __ms_va_list because we depend on an ntoskrnl export here.
2015-01-24 12:32:24 +01:00
Sebastian Lackner
685c0f7d39
ws2_32-TransmitFile: Fix warnings in tests on x86_64.
2015-01-24 10:39:58 +01:00
Sebastian Lackner
0d7e53d834
setupapi-SetupPromptForDisk: Fix warnings in tests on x86_64.
2015-01-24 10:26:31 +01:00
Sebastian Lackner
791f33b9b7
ntoskrnl-DriverTest: Remove duplicate definition of __ms_va_{start,end,list} and some small fixes.
2015-01-24 10:25:15 +01:00
Sebastian Lackner
ed9a66862f
ntdll-LZNT1_Compression: Fix warnings in tests on x86_64.
2015-01-24 09:42:35 +01:00
Sebastian Lackner
425be312a8
slc-SLGetWindowsInformation: Fix warnings in tests on x86_64.
2015-01-24 09:26:22 +01:00
Sebastian Lackner
09bf9a7d65
ntdll-NtQuerySection: Fix warnings in tests on x86_64.
2015-01-24 09:12:52 +01:00
Sebastian Lackner
c85677af86
kernel32-Named_Pipe: Fix warnings in tests on x86_64.
2015-01-24 08:49:33 +01:00
Sebastian Lackner
8cf7585f01
kernel32-GetFinalPathNameByHandle: Fix warnings in tests on x86_64.
2015-01-24 08:43:01 +01:00
Sebastian Lackner
be82b0f592
dpvoice-GetCompressionTypes: Fix warnings in tests on x86_64.
2015-01-24 08:37:35 +01:00
Sebastian Lackner
7a84e26713
ntoskrnl-Irp_Status: Remove 'Fixes:' line as long as it doesn't resolve the upstream bug completely.
2015-01-24 05:52:41 +01:00
Sebastian Lackner
ab14a7dba0
Added patch to fix handling of window attributes for WS_EX_LAYERED | WS_EX_COMPOSITED.
2015-01-24 05:15:18 +01:00
Sebastian Lackner
804b80bb94
winecfg-Staging: Simplify logic to enable/disable CSMT.
2015-01-24 03:52:02 +01:00
Sebastian Lackner
2271acca98
Rebase against upstream wine, move ntdll-DllRedirects dependency from winecfg-Staging to wined3d-CSMT_Helper.
2015-01-23 18:21:18 +01:00
Sebastian Lackner
1b792e51fb
msvcrt-atof_strtod: Skip tests on Windows 2000/XP.
...
We still need to add additional tests before sending this one upstream, since
the behaviour could be different between different msvcrt libraries.
2015-01-23 14:17:29 +01:00
Sebastian Lackner
dcc1885175
ntoskrnl-DriverTest: Fix typo in subject.
2015-01-23 06:21:11 +01:00
Sebastian Lackner
29bbba1e0f
Added patches to implement ntoskrnl driver testing framework.
2015-01-23 06:14:02 +01:00
Sebastian Lackner
1d5798b7d0
kernel32-Profile: List one additional bug as fixed (Mario Remake fails to load keyboard mapping from profile files).
2015-01-23 04:51:45 +01:00
Erich E. Hoover
525dcd012f
Removed patch to fix RandR on some broken nVidia systems (accepted upstream).
2015-01-22 14:37:27 -07:00
Erich E. Hoover
6a1d2cdd7b
Add stub for KeWaitForMultipleObjects.
2015-01-22 13:50:03 -07:00
Sebastian Lackner
6a10f6d38f
d3dx9_36-DXTn: Add another fixed bug to the definition file (Space Rangers 2 crashes).
2015-01-22 19:46:18 +01:00
Sebastian Lackner
0121248145
Added patch to fix cursor clip regression / broken raw input in multiple games.
2015-01-22 19:42:54 +01:00
Sebastian Lackner
fbe41916cb
Properly wrap CUDA stream callbacks by forwarding them to a separate worker thread.
2015-01-22 01:05:36 +01:00
Sebastian Lackner
f64437a901
nvcuda-CUDA_Support: Update patchset with various improvements.
...
* Add static to a couple of functions
* TLS callbacks should be declared as CDECL
* Do not unlock the critical section while processing TLS callbacks
2015-01-21 03:09:54 +01:00
Sebastian Lackner
ddbbcb6c0f
ws2_32-getaddrinfo: Rebase against upstream changes.
2015-01-20 23:04:35 +01:00
Sebastian Lackner
372c004139
Added patch to implement semi-stub for IDirectPlayVoiceClient::GetCompressionTypes.
2015-01-20 19:11:58 +01:00
Erich E. Hoover
69032a489b
Added patch to quote program name in ShellExecute[Ex] when it contains spaces.
2015-01-19 23:39:56 -07:00
Sebastian Lackner
87b4b86756
patchinstall.sh: Switch to DESTDIR at the beginning, instead of for each patch individually. Various Improvements of the 'ebuild' backend.
2015-01-20 03:54:35 +01:00
Sebastian Lackner
93224a7bf4
Rebase wined3d-CSMT_Main patchset on top of upstream Wine, remove wined3d-Color_Key patchset (fixed upstream).
2015-01-20 03:44:15 +01:00
Sebastian Lackner
ffac1eec98
mshtml-sessionStorage: Remove patches (because of incompatibility with new Gecko version).
...
These patches have been disabled for quite some time now because of fundamental changes
in Gecko (see https://github.com/wine-compholio/wine-staging/issues/119 ). As there
wasn't any attempt to fix that yet, we will remove them (until a solution compatible
with the current version is found).
2015-01-19 08:49:21 +01:00
Sebastian Lackner
417adfe869
d3dx9_36-AnimationController: Update patch to fix style issues in include/d3dx9anim.h.
2015-01-19 00:33:06 +01:00
Sebastian Lackner
294abd9164
Added patch to implement stubs for D3DXCreateAnimationController interface.
2015-01-18 07:43:10 +01:00
Sebastian Lackner
56a8b5698c
Mark various bugs as fixed, which are indirectly solved by other patchsets. Disable ntoskrnl-Irp_Status since it doesn't solve the issue completely.
2015-01-18 06:18:42 +01:00
Sebastian Lackner
3a77266255
wined3d-CSMT_Main: Rebase against current upstream git version.
2015-01-16 07:52:09 +01:00
Sebastian Lackner
8692907421
Rebase against upstream commit 79a0dece8b2a27979835076914a21f468515d8b6, remove several patches accepted upstream.
2015-01-16 05:06:37 +01:00
Sebastian Lackner
3e7445275a
Added patch to fix init of LONGLONG variable with a negative value in TGA decoder.
2015-01-15 18:18:50 +01:00
Sebastian Lackner
603ba80d41
Automatically enable fallback method to apply patches when running from inside of a git subdirectory.
2015-01-15 06:51:54 +01:00
Sebastian Lackner
d50c673144
Several improvements to make nvcuvid (CUDA video decoding) better compatible with x86_64.
2015-01-15 02:21:19 +01:00
Michael Müller
60d18d4610
Add nvapi patch to stub NvAPI_D3D9_RegisterResource.
2015-01-14 22:55:10 +01:00
Michael Müller
93764fd3d4
Add more nvapi stub patches.
2015-01-14 22:24:14 +01:00
Sebastian Lackner
fce30bb8f1
Removed patch to fix handling of subdirectory in FtpFindFirstFile (accepted upstream).
2015-01-14 21:48:26 +01:00
Michael Müller
7c3eb20866
Add patch to stub IConnectionPoint.
2015-01-14 05:32:57 +01:00
Sebastian Lackner
322a32547f
Synchronize CSMT patchset with https://github.com/stefand/wine .
2015-01-14 01:43:00 +01:00
Erich E. Hoover
b7ec4c3294
Update broken nVidia RandR detection with Henri's suggestions.
2015-01-13 14:59:19 -07:00
Sebastian Lackner
2e7eef2694
Removed patch to set last error on success in WSARecv (accepted upstream).
2015-01-13 22:21:26 +01:00
Sebastian Lackner
4d5f020d44
Add support for patchinstall.sh parameters '--no-patchlist' and '--no-autoconf'.
2015-01-13 07:54:16 +01:00
Sebastian Lackner
ce0a7a882b
Added patch to avoid appending duplicate NULL character when importing keys with regedit.
2015-01-13 05:46:52 +01:00
Michael Müller
0d07d50b91
Add more nvapi stubs.
2015-01-13 03:16:33 +01:00
Sebastian Lackner
32d5e2d8e9
nvcuvid-CUDA_Video_Support: Avoid duplicate struct definition to stay compatible with ancient gcc compilers (CentOS 6).
2015-01-12 20:20:09 +01:00
Sebastian Lackner
e55bb43544
d3dx9_36-DXTn: Remove todo_wine for all fixed format conversions.
2015-01-12 19:34:20 +01:00
Sebastian Lackner
2c708426cc
patchinstall.sh: Mention stg backend in help.
2015-01-12 19:29:22 +01:00
Sebastian Lackner
ecd57240d0
Added patch to implement support for DDS file format in D3DXSaveTextureToFileInMemory.
2015-01-12 19:10:13 +01:00
Sebastian Lackner
a6b41279d8
patchinstall.sh: Use abort on error instead of calling exit directly, mention epatch backend in help.
2015-01-12 13:17:03 +01:00
Sebastian Lackner
7d9c7855c2
Add support for Gentoo epatch backend to patchinstall.sh.
2015-01-12 13:10:19 +01:00
Sebastian Lackner
daf84945cb
kernel32-Named_Pipe: When running on an older kernel, make sure that ntdll doesn't try to use message mode features.
2015-01-10 18:13:05 +01:00