You've already forked wine-staging
mirror of
https://gitlab.winehq.org/wine/wine-staging.git
synced 2025-09-12 18:50:20 -07:00
Added patch to automatically detect if tests are running under Wine.
This commit is contained in:
@@ -43,6 +43,7 @@ PATCHLIST := \
|
||||
gdiplus-GdipCreateRegionRgnData.ok \
|
||||
imagehlp-BindImageEx.ok \
|
||||
imm32-Cross_Thread_Access.ok \
|
||||
include-Winetest.ok \
|
||||
iphlpapi-TCP_Table.ok \
|
||||
kernel32-GetFinalPathNameByHandle.ok \
|
||||
kernel32-GetNumaProcessorNode.ok \
|
||||
@@ -551,6 +552,18 @@ imm32-Cross_Thread_Access.ok:
|
||||
echo '+ { "Aric Stewart", "imm32: Limit cross thread access to ImmSet* functions.", 1 },'; \
|
||||
) > imm32-Cross_Thread_Access.ok
|
||||
|
||||
# Patchset include-Winetest
|
||||
# |
|
||||
# | Modified files:
|
||||
# | * include/wine/test.h
|
||||
# |
|
||||
.INTERMEDIATE: include-Winetest.ok
|
||||
include-Winetest.ok:
|
||||
$(call APPLY_FILE,include-Winetest/0001-include-Automatically-detect-if-tests-are-running-un.patch)
|
||||
@( \
|
||||
echo '+ { "Sebastian Lackner", "include: Automatically detect if tests are running under Wine when WINETEST_PLATFORM is not specified.", 1 },'; \
|
||||
) > include-Winetest.ok
|
||||
|
||||
# Patchset iphlpapi-TCP_Table
|
||||
# |
|
||||
# | This patchset fixes the following Wine bugs:
|
||||
|
||||
Reference in New Issue
Block a user