[PATCH resend 1/4] api-ms-win-core-privateprofile-l1-1-0: Add dll.

Mohamad Al-Jaf mohamadaljaf at gmail.com
Wed Jan 26 22:01:55 CST 2022


Needed for native mfc42u.dll.

Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=51850
Signed-off-by: Mohamad Al-Jaf <mohamadaljaf at gmail.com>
---
The bug report does not mention that the tool cannot
run without mfc42u.dll, which requires this API set.
---
 configure.ac                                       |  1 +
 .../Makefile.in                                    |  1 +
 .../api-ms-win-core-privateprofile-l1-1-0.spec     | 14 ++++++++++++++
 3 files changed, 16 insertions(+)
 create mode 100644 dlls/api-ms-win-core-privateprofile-l1-1-0/Makefile.in
 create mode 100644 dlls/api-ms-win-core-privateprofile-l1-1-0/api-ms-win-core-privateprofile-l1-1-0.spec

diff --git a/configure.ac b/configure.ac
index 9b2c111119f..9630405bfcd 100644
--- a/configure.ac
+++ b/configure.ac
@@ -2416,6 +2416,7 @@ WINE_CONFIG_MAKEFILE(dlls/api-ms-win-core-namedpipe-l1-2-0)
 WINE_CONFIG_MAKEFILE(dlls/api-ms-win-core-namespace-l1-1-0)
 WINE_CONFIG_MAKEFILE(dlls/api-ms-win-core-normalization-l1-1-0)
 WINE_CONFIG_MAKEFILE(dlls/api-ms-win-core-path-l1-1-0)
+WINE_CONFIG_MAKEFILE(dlls/api-ms-win-core-privateprofile-l1-1-0)
 WINE_CONFIG_MAKEFILE(dlls/api-ms-win-core-privateprofile-l1-1-1)
 WINE_CONFIG_MAKEFILE(dlls/api-ms-win-core-processenvironment-l1-1-0)
 WINE_CONFIG_MAKEFILE(dlls/api-ms-win-core-processenvironment-l1-2-0)
diff --git a/dlls/api-ms-win-core-privateprofile-l1-1-0/Makefile.in b/dlls/api-ms-win-core-privateprofile-l1-1-0/Makefile.in
new file mode 100644
index 00000000000..c8b8ef84aef
--- /dev/null
+++ b/dlls/api-ms-win-core-privateprofile-l1-1-0/Makefile.in
@@ -0,0 +1 @@
+MODULE    = api-ms-win-core-privateprofile-l1-1-0.dll
diff --git a/dlls/api-ms-win-core-privateprofile-l1-1-0/api-ms-win-core-privateprofile-l1-1-0.spec b/dlls/api-ms-win-core-privateprofile-l1-1-0/api-ms-win-core-privateprofile-l1-1-0.spec
new file mode 100644
index 00000000000..c8153c3a296
--- /dev/null
+++ b/dlls/api-ms-win-core-privateprofile-l1-1-0/api-ms-win-core-privateprofile-l1-1-0.spec
@@ -0,0 +1,14 @@
+@ stdcall GetPrivateProfileIntA(str str long str) kernel32.GetPrivateProfileIntA
+@ stdcall GetPrivateProfileIntW(wstr wstr long wstr) kernel32.GetPrivateProfileIntW
+@ stdcall GetPrivateProfileSectionW(wstr ptr long wstr) kernel32.GetPrivateProfileSectionW
+@ stdcall GetPrivateProfileStringA(str str str ptr long str) kernel32.GetPrivateProfileStringA
+@ stdcall GetPrivateProfileStringW(wstr wstr wstr ptr long wstr) kernel32.GetPrivateProfileStringW
+@ stdcall GetProfileIntA(str str long) kernel32.GetProfileIntA
+@ stdcall GetProfileIntW(wstr wstr long) kernel32.GetProfileIntW
+@ stdcall GetProfileSectionA(str ptr long) kernel32.GetProfileSectionA
+@ stdcall GetProfileSectionW(wstr ptr long) kernel32.GetProfileSectionW
+@ stdcall GetProfileStringA(str str str ptr long) kernel32.GetProfileStringA
+@ stdcall GetProfileStringW(wstr wstr wstr ptr long) kernel32.GetProfileStringW
+@ stdcall WritePrivateProfileSectionA(str str str) kernel32.WritePrivateProfileSectionA
+@ stdcall WritePrivateProfileStringA(str str str str) kernel32.WritePrivateProfileStringA
+@ stdcall WritePrivateProfileStringW(wstr wstr wstr wstr) kernel32.WritePrivateProfileStringW
-- 
2.34.1




More information about the wine-devel mailing list