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
Rebase against d9fdde935a153d2ce7c27cf508c499be8ed15d0b.
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
From 62e3109b6bd1b3324827063531ae0826571c751b Mon Sep 17 00:00:00 2001
|
||||
From 109ef0c4769a50904accb044a5d569af8261e305 Mon Sep 17 00:00:00 2001
|
||||
From: =?UTF-8?q?Michael=20M=C3=BCller?= <michael@fds-team.de>
|
||||
Date: Sun, 17 Jan 2016 00:50:50 +0100
|
||||
Subject: [PATCH] ntdll/tests: Add basic tests for RtlQueryPackageIdentity.
|
||||
@@ -9,11 +9,10 @@ Subject: [PATCH] ntdll/tests: Add basic tests for RtlQueryPackageIdentity.
|
||||
2 files changed, 81 insertions(+), 1 deletion(-)
|
||||
|
||||
diff --git a/dlls/ntdll/tests/Makefile.in b/dlls/ntdll/tests/Makefile.in
|
||||
index 7e0272498fa..a2c716d11d4 100644
|
||||
index 90deb5865f8..428ebde23b3 100644
|
||||
--- a/dlls/ntdll/tests/Makefile.in
|
||||
+++ b/dlls/ntdll/tests/Makefile.in
|
||||
@@ -1,6 +1,6 @@
|
||||
EXTRADEFS = -DWINE_NO_LONG_TYPES
|
||||
@@ -1,5 +1,5 @@
|
||||
TESTDLL = ntdll.dll
|
||||
-IMPORTS = user32 advapi32
|
||||
+IMPORTS = user32 ole32 advapi32
|
||||
@@ -21,7 +20,7 @@ index 7e0272498fa..a2c716d11d4 100644
|
||||
C_SRCS = \
|
||||
atom.c \
|
||||
diff --git a/dlls/ntdll/tests/rtl.c b/dlls/ntdll/tests/rtl.c
|
||||
index c0168884a0a..c25a9185fad 100644
|
||||
index aeae4e8adf3..52b06d33b54 100644
|
||||
--- a/dlls/ntdll/tests/rtl.c
|
||||
+++ b/dlls/ntdll/tests/rtl.c
|
||||
@@ -27,6 +27,9 @@
|
||||
@@ -140,5 +139,5 @@ index c0168884a0a..c25a9185fad 100644
|
||||
test_LdrRegisterDllNotification();
|
||||
test_DbgPrint();
|
||||
--
|
||||
2.34.1
|
||||
2.35.1
|
||||
|
||||
|
Reference in New Issue
Block a user