Rebase against d9fdde935a153d2ce7c27cf508c499be8ed15d0b.

This commit is contained in:
Alistair Leslie-Hughes
2022-03-25 13:57:49 +11:00
parent f74e9e5a2b
commit d1a232c3e2
4 changed files with 22 additions and 29 deletions

View File

@@ -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