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

Mohamad Al-Jaf mohamadaljaf at gmail.com
Tue Feb 15 19:15:22 CST 2022


Needed for native mfc42u.dll.

Signed-off-by: Mohamad Al-Jaf <mohamadaljaf at gmail.com>
---
v7: Rebase.
v8: Add entry to tools/make_specfiles.
---
 configure.ac                                       |  1 +
 .../Makefile.in                                    |  1 +
 .../api-ms-win-core-privateprofile-l1-1-0.spec     | 14 ++++++++++++++
 tools/make_specfiles                               |  1 +
 4 files changed, 17 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 a51d5d44ee7..aa08b282688 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
diff --git a/tools/make_specfiles b/tools/make_specfiles
index 8f83034f160..946705fa1de 100755
--- a/tools/make_specfiles
+++ b/tools/make_specfiles
@@ -272,6 +272,7 @@ my @dll_groups =
   "api-ms-win-core-namespace-l1-1-0",
   "api-ms-win-core-normalization-l1-1-0",
   "api-ms-win-core-path-l1-1-0",
+  "api-ms-win-core-privateprofile-l1-1-0",
   "api-ms-win-core-privateprofile-l1-1-1",
   "api-ms-win-core-processenvironment-l1-1-0",
   "api-ms-win-core-processenvironment-l1-2-0",
-- 
2.35.1




More information about the wine-devel mailing list