Andrey Gusev : api-ms-win-core-registryuserspecific-l1-1-0: Add dll.

Alexandre Julliard julliard at winehq.org
Fri Sep 9 10:09:03 CDT 2016


Module: wine
Branch: master
Commit: 64fba3e3961bbaff0cbb7cd143f673b85bc27a49
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=64fba3e3961bbaff0cbb7cd143f673b85bc27a49

Author: Andrey Gusev <andrey.goosev at gmail.com>
Date:   Fri Sep  9 12:52:27 2016 +0300

api-ms-win-core-registryuserspecific-l1-1-0: Add dll.

Signed-off-by: Andrey Gusev <andrey.goosev at gmail.com>
Signed-off-by: Alexandre Julliard <julliard at winehq.org>

---

 configure                                          |  2 ++
 configure.ac                                       |  1 +
 .../Makefile.in                                    |  1 +
 ...pi-ms-win-core-registryuserspecific-l1-1-0.spec | 25 ++++++++++++++++++++++
 tools/make_specfiles                               |  1 +
 5 files changed, 30 insertions(+)

diff --git a/configure b/configure
index 2cc532b..bb18a6e 100755
--- a/configure
+++ b/configure
@@ -931,6 +931,7 @@ enable_api_ms_win_core_processthreads_l1_1_2
 enable_api_ms_win_core_profile_l1_1_0
 enable_api_ms_win_core_psapi_l1_1_0
 enable_api_ms_win_core_registry_l1_1_0
+enable_api_ms_win_core_registryuserspecific_l1_1_0
 enable_api_ms_win_core_rtlsupport_l1_1_0
 enable_api_ms_win_core_rtlsupport_l1_2_0
 enable_api_ms_win_core_shlwapi_legacy_l1_1_0
@@ -17584,6 +17585,7 @@ wine_fn_config_dll api-ms-win-core-processthreads-l1-1-2 enable_api_ms_win_core_
 wine_fn_config_dll api-ms-win-core-profile-l1-1-0 enable_api_ms_win_core_profile_l1_1_0
 wine_fn_config_dll api-ms-win-core-psapi-l1-1-0 enable_api_ms_win_core_psapi_l1_1_0
 wine_fn_config_dll api-ms-win-core-registry-l1-1-0 enable_api_ms_win_core_registry_l1_1_0
+wine_fn_config_dll api-ms-win-core-registryuserspecific-l1-1-0 enable_api_ms_win_core_registryuserspecific_l1_1_0
 wine_fn_config_dll api-ms-win-core-rtlsupport-l1-1-0 enable_api_ms_win_core_rtlsupport_l1_1_0
 wine_fn_config_dll api-ms-win-core-rtlsupport-l1-2-0 enable_api_ms_win_core_rtlsupport_l1_2_0
 wine_fn_config_dll api-ms-win-core-shlwapi-legacy-l1-1-0 enable_api_ms_win_core_shlwapi_legacy_l1_1_0
diff --git a/configure.ac b/configure.ac
index 6809558..cadaa5e 100644
--- a/configure.ac
+++ b/configure.ac
@@ -2707,6 +2707,7 @@ WINE_CONFIG_DLL(api-ms-win-core-processthreads-l1-1-2)
 WINE_CONFIG_DLL(api-ms-win-core-profile-l1-1-0)
 WINE_CONFIG_DLL(api-ms-win-core-psapi-l1-1-0)
 WINE_CONFIG_DLL(api-ms-win-core-registry-l1-1-0)
+WINE_CONFIG_DLL(api-ms-win-core-registryuserspecific-l1-1-0)
 WINE_CONFIG_DLL(api-ms-win-core-rtlsupport-l1-1-0)
 WINE_CONFIG_DLL(api-ms-win-core-rtlsupport-l1-2-0)
 WINE_CONFIG_DLL(api-ms-win-core-shlwapi-legacy-l1-1-0)
diff --git a/dlls/api-ms-win-core-registryuserspecific-l1-1-0/Makefile.in b/dlls/api-ms-win-core-registryuserspecific-l1-1-0/Makefile.in
new file mode 100644
index 0000000..4d11856
--- /dev/null
+++ b/dlls/api-ms-win-core-registryuserspecific-l1-1-0/Makefile.in
@@ -0,0 +1 @@
+MODULE    = api-ms-win-core-registryuserspecific-l1-1-0.dll
diff --git a/dlls/api-ms-win-core-registryuserspecific-l1-1-0/api-ms-win-core-registryuserspecific-l1-1-0.spec b/dlls/api-ms-win-core-registryuserspecific-l1-1-0/api-ms-win-core-registryuserspecific-l1-1-0.spec
new file mode 100644
index 0000000..1da9379
--- /dev/null
+++ b/dlls/api-ms-win-core-registryuserspecific-l1-1-0/api-ms-win-core-registryuserspecific-l1-1-0.spec
@@ -0,0 +1,25 @@
+@ stdcall SHRegCloseUSKey(ptr) shlwapi.SHRegCloseUSKey
+@ stdcall SHRegCreateUSKeyA(str long long ptr long) shlwapi.SHRegCreateUSKeyA
+@ stdcall SHRegCreateUSKeyW(wstr long long ptr long) shlwapi.SHRegCreateUSKeyW
+@ stdcall SHRegDeleteEmptyUSKeyA(long str long) shlwapi.SHRegDeleteEmptyUSKeyA
+@ stdcall SHRegDeleteEmptyUSKeyW(long wstr long) shlwapi.SHRegDeleteEmptyUSKeyW
+@ stdcall SHRegDeleteUSValueA(long str long) shlwapi.SHRegDeleteUSValueA
+@ stdcall SHRegDeleteUSValueW(long wstr long) shlwapi.SHRegDeleteUSValueW
+@ stdcall SHRegEnumUSKeyA(long long str ptr long) shlwapi.SHRegEnumUSKeyA
+@ stdcall SHRegEnumUSKeyW(long long wstr ptr long) shlwapi.SHRegEnumUSKeyW
+@ stdcall SHRegEnumUSValueA(long long ptr ptr ptr ptr ptr long) shlwapi.SHRegEnumUSValueA
+@ stdcall SHRegEnumUSValueW(long long ptr ptr ptr ptr ptr long) shlwapi.SHRegEnumUSValueW
+@ stdcall SHRegGetBoolUSValueA(str str long long) shlwapi.SHRegGetBoolUSValueA
+@ stdcall SHRegGetBoolUSValueW(wstr wstr long long) shlwapi.SHRegGetBoolUSValueW
+@ stdcall SHRegGetUSValueA( str str ptr ptr ptr long ptr long ) shlwapi.SHRegGetUSValueA
+@ stdcall SHRegGetUSValueW( wstr wstr ptr ptr ptr long ptr long ) shlwapi.SHRegGetUSValueW
+@ stdcall SHRegOpenUSKeyA( str long long long long ) shlwapi.SHRegOpenUSKeyA
+@ stdcall SHRegOpenUSKeyW( wstr long long long long ) shlwapi.SHRegOpenUSKeyW
+@ stdcall SHRegQueryInfoUSKeyA( long ptr ptr ptr ptr long ) shlwapi.SHRegQueryInfoUSKeyA
+@ stdcall SHRegQueryInfoUSKeyW( long ptr ptr ptr ptr long ) shlwapi.SHRegQueryInfoUSKeyW
+@ stdcall SHRegQueryUSValueA( long str ptr ptr ptr long ptr long ) shlwapi.SHRegQueryUSValueA
+@ stdcall SHRegQueryUSValueW( long wstr ptr ptr ptr long ptr long ) shlwapi.SHRegQueryUSValueW
+@ stdcall SHRegSetUSValueA( str str long ptr long long) shlwapi.SHRegSetUSValueA
+@ stdcall SHRegSetUSValueW( wstr wstr long ptr long long) shlwapi.SHRegSetUSValueW
+@ stdcall SHRegWriteUSValueA(long str long ptr long long) shlwapi.SHRegWriteUSValueA
+@ stdcall SHRegWriteUSValueW(long wstr long ptr long long) shlwapi.SHRegWriteUSValueW
diff --git a/tools/make_specfiles b/tools/make_specfiles
index 0b0bf28..68274f8 100755
--- a/tools/make_specfiles
+++ b/tools/make_specfiles
@@ -224,6 +224,7 @@ my @dll_groups =
   "shlwapi",
   "api-ms-win-downlevel-shlwapi-l1-1-0",
   "api-ms-win-downlevel-shlwapi-l2-1-0",
+  "api-ms-win-core-registryuserspecific-l1-1-0",
   "api-ms-win-core-shlwapi-legacy-l1-1-0",
   "api-ms-win-core-shlwapi-obsolete-l1-1-0",
   "api-ms-win-core-url-l1-1-0",




More information about the wine-cvs mailing list