Martin Storsjo : api-ms-win-crt-process-l1-1-0: Add stub dll.

Alexandre Julliard julliard at wine.codeweavers.com
Wed Aug 26 09:57:10 CDT 2015


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

Author: Martin Storsjo <martin at martin.st>
Date:   Wed Aug 26 09:44:51 2015 +0300

api-ms-win-crt-process-l1-1-0: Add stub dll.

---

 configure                                          |  2 ++
 configure.ac                                       |  1 +
 dlls/api-ms-win-crt-process-l1-1-0/Makefile.in     |  1 +
 .../api-ms-win-crt-process-l1-1-0.spec             | 36 ++++++++++++++++++++++
 tools/make_specfiles                               |  1 +
 5 files changed, 41 insertions(+)

diff --git a/configure b/configure
index a76ce15..0b193f2 100755
--- a/configure
+++ b/configure
@@ -924,6 +924,7 @@ enable_api_ms_win_crt_locale_l1_1_0
 enable_api_ms_win_crt_math_l1_1_0
 enable_api_ms_win_crt_multibyte_l1_1_0
 enable_api_ms_win_crt_private_l1_1_0
+enable_api_ms_win_crt_process_l1_1_0
 enable_api_ms_win_downlevel_advapi32_l1_1_0
 enable_api_ms_win_downlevel_advapi32_l2_1_0
 enable_api_ms_win_downlevel_normaliz_l1_1_0
@@ -17173,6 +17174,7 @@ wine_fn_config_dll api-ms-win-crt-locale-l1-1-0 enable_api_ms_win_crt_locale_l1_
 wine_fn_config_dll api-ms-win-crt-math-l1-1-0 enable_api_ms_win_crt_math_l1_1_0
 wine_fn_config_dll api-ms-win-crt-multibyte-l1-1-0 enable_api_ms_win_crt_multibyte_l1_1_0
 wine_fn_config_dll api-ms-win-crt-private-l1-1-0 enable_api_ms_win_crt_private_l1_1_0
+wine_fn_config_dll api-ms-win-crt-process-l1-1-0 enable_api_ms_win_crt_process_l1_1_0
 wine_fn_config_dll api-ms-win-downlevel-advapi32-l1-1-0 enable_api_ms_win_downlevel_advapi32_l1_1_0
 wine_fn_config_dll api-ms-win-downlevel-advapi32-l2-1-0 enable_api_ms_win_downlevel_advapi32_l2_1_0
 wine_fn_config_dll api-ms-win-downlevel-normaliz-l1-1-0 enable_api_ms_win_downlevel_normaliz_l1_1_0
diff --git a/configure.ac b/configure.ac
index 6f720b7..7195c56 100644
--- a/configure.ac
+++ b/configure.ac
@@ -2764,6 +2764,7 @@ WINE_CONFIG_DLL(api-ms-win-crt-locale-l1-1-0)
 WINE_CONFIG_DLL(api-ms-win-crt-math-l1-1-0)
 WINE_CONFIG_DLL(api-ms-win-crt-multibyte-l1-1-0)
 WINE_CONFIG_DLL(api-ms-win-crt-private-l1-1-0)
+WINE_CONFIG_DLL(api-ms-win-crt-process-l1-1-0)
 WINE_CONFIG_DLL(api-ms-win-downlevel-advapi32-l1-1-0)
 WINE_CONFIG_DLL(api-ms-win-downlevel-advapi32-l2-1-0)
 WINE_CONFIG_DLL(api-ms-win-downlevel-normaliz-l1-1-0)
diff --git a/dlls/api-ms-win-crt-process-l1-1-0/Makefile.in b/dlls/api-ms-win-crt-process-l1-1-0/Makefile.in
new file mode 100644
index 0000000..bc8423f
--- /dev/null
+++ b/dlls/api-ms-win-crt-process-l1-1-0/Makefile.in
@@ -0,0 +1 @@
+MODULE    = api-ms-win-crt-process-l1-1-0.dll
diff --git a/dlls/api-ms-win-crt-process-l1-1-0/api-ms-win-crt-process-l1-1-0.spec b/dlls/api-ms-win-crt-process-l1-1-0/api-ms-win-crt-process-l1-1-0.spec
new file mode 100644
index 0000000..6be5694
--- /dev/null
+++ b/dlls/api-ms-win-crt-process-l1-1-0/api-ms-win-crt-process-l1-1-0.spec
@@ -0,0 +1,36 @@
+@ cdecl _beep(long long) ucrtbase._beep
+@ cdecl _cwait(ptr long long) ucrtbase._cwait
+@ varargs _execl(str str) ucrtbase._execl
+@ varargs _execle(str str) ucrtbase._execle
+@ varargs _execlp(str str) ucrtbase._execlp
+@ varargs _execlpe(str str) ucrtbase._execlpe
+@ cdecl _execv(str ptr) ucrtbase._execv
+@ cdecl _execve(str ptr ptr) ucrtbase._execve
+@ cdecl _execvp(str ptr) ucrtbase._execvp
+@ cdecl _execvpe(str ptr ptr) ucrtbase._execvpe
+@ cdecl _loaddll(str) ucrtbase._loaddll
+@ varargs _spawnl(long str str) ucrtbase._spawnl
+@ varargs _spawnle(long str str) ucrtbase._spawnle
+@ varargs _spawnlp(long str str) ucrtbase._spawnlp
+@ varargs _spawnlpe(long str str) ucrtbase._spawnlpe
+@ cdecl _spawnv(long str ptr) ucrtbase._spawnv
+@ cdecl _spawnve(long str ptr ptr) ucrtbase._spawnve
+@ cdecl _spawnvp(long str ptr) ucrtbase._spawnvp
+@ cdecl _spawnvpe(long str ptr ptr) ucrtbase._spawnvpe
+@ cdecl _unloaddll(long) ucrtbase._unloaddll
+@ varargs _wexecl(wstr wstr) ucrtbase._wexecl
+@ varargs _wexecle(wstr wstr) ucrtbase._wexecle
+@ varargs _wexeclp(wstr wstr) ucrtbase._wexeclp
+@ varargs _wexeclpe(wstr wstr) ucrtbase._wexeclpe
+@ cdecl _wexecv(wstr ptr) ucrtbase._wexecv
+@ cdecl _wexecve(wstr ptr ptr) ucrtbase._wexecve
+@ cdecl _wexecvp(wstr ptr) ucrtbase._wexecvp
+@ cdecl _wexecvpe(wstr ptr ptr) ucrtbase._wexecvpe
+@ varargs _wspawnl(long wstr wstr) ucrtbase._wspawnl
+@ varargs _wspawnle(long wstr wstr) ucrtbase._wspawnle
+@ varargs _wspawnlp(long wstr wstr) ucrtbase._wspawnlp
+@ varargs _wspawnlpe(long wstr wstr) ucrtbase._wspawnlpe
+@ cdecl _wspawnv(long wstr ptr) ucrtbase._wspawnv
+@ cdecl _wspawnve(long wstr ptr ptr) ucrtbase._wspawnve
+@ cdecl _wspawnvp(long wstr ptr) ucrtbase._wspawnvp
+@ cdecl _wspawnvpe(long wstr ptr ptr) ucrtbase._wspawnvpe
diff --git a/tools/make_specfiles b/tools/make_specfiles
index 785bce3..666c73f 100755
--- a/tools/make_specfiles
+++ b/tools/make_specfiles
@@ -60,6 +60,7 @@ my @dll_groups =
   "api-ms-win-crt-math-l1-1-0",
   "api-ms-win-crt-multibyte-l1-1-0",
   "api-ms-win-crt-private-l1-1-0",
+  "api-ms-win-crt-process-l1-1-0",
  ],
  [
   "msvcp120",




More information about the wine-cvs mailing list