Austin English : api-ms-win-core-processthreads-l1-1-0: Add stub dll.

Alexandre Julliard julliard at winehq.org
Mon Jun 10 15:12:44 CDT 2013


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

Author: Austin English <austinenglish at gmail.com>
Date:   Sat Jun  8 16:27:40 2013 -0500

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

---

 configure                                          |    1 +
 configure.ac                                       |    1 +
 .../Makefile.in                                    |    3 +
 .../api-ms-win-core-processthreads-l1-1-0.spec     |   49 ++++++++++++++++++++
 tools/make_specfiles                               |    1 +
 5 files changed, 55 insertions(+), 0 deletions(-)

diff --git a/configure b/configure
index 3a551e8..3006070 100755
--- a/configure
+++ b/configure
@@ -15751,6 +15751,7 @@ wine_fn_config_test dlls/advpack/tests advpack_test
 wine_fn_config_dll amstream enable_amstream
 wine_fn_config_test dlls/amstream/tests amstream_test
 wine_fn_config_dll api-ms-win-core-localregistry-l1-1-0 enable_api_ms_win_core_localregistry_l1_1_0
+wine_fn_config_dll api-ms-win-core-processthreads-l1-1-0 enable_api_ms_win_core_processthreads_l1_1_0
 wine_fn_config_dll api-ms-win-core-winrt-error-l1-1-0 enable_api_ms_win_core_winrt_error_l1_1_0
 wine_fn_config_dll api-ms-win-core-winrt-string-l1-1-0 enable_api_ms_win_core_winrt_string_l1_1_0
 wine_fn_config_dll api-ms-win-downlevel-advapi32-l1-1-0 enable_api_ms_win_downlevel_advapi32_l1_1_0
diff --git a/configure.ac b/configure.ac
index 57d76d9..680432c 100644
--- a/configure.ac
+++ b/configure.ac
@@ -2575,6 +2575,7 @@ WINE_CONFIG_TEST(dlls/advpack/tests)
 WINE_CONFIG_DLL(amstream)
 WINE_CONFIG_TEST(dlls/amstream/tests)
 WINE_CONFIG_DLL(api-ms-win-core-localregistry-l1-1-0)
+WINE_CONFIG_DLL(api-ms-win-core-processthreads-l1-1-0)
 WINE_CONFIG_DLL(api-ms-win-core-winrt-error-l1-1-0)
 WINE_CONFIG_DLL(api-ms-win-core-winrt-string-l1-1-0)
 WINE_CONFIG_DLL(api-ms-win-downlevel-advapi32-l1-1-0)
diff --git a/dlls/api-ms-win-core-processthreads-l1-1-0/Makefile.in b/dlls/api-ms-win-core-processthreads-l1-1-0/Makefile.in
new file mode 100644
index 0000000..e516731
--- /dev/null
+++ b/dlls/api-ms-win-core-processthreads-l1-1-0/Makefile.in
@@ -0,0 +1,3 @@
+MODULE    = api-ms-win-core-processthreads-l1-1-0.dll
+
+ at MAKE_DLL_RULES@
diff --git a/dlls/api-ms-win-core-processthreads-l1-1-0/api-ms-win-core-processthreads-l1-1-0.spec b/dlls/api-ms-win-core-processthreads-l1-1-0/api-ms-win-core-processthreads-l1-1-0.spec
new file mode 100644
index 0000000..0b16649
--- /dev/null
+++ b/dlls/api-ms-win-core-processthreads-l1-1-0/api-ms-win-core-processthreads-l1-1-0.spec
@@ -0,0 +1,49 @@
+@ stdcall CreateProcessA(str str ptr ptr long long ptr str ptr ptr) kernel32.CreateProcessA
+@ stub CreateProcessAsUserW
+@ stdcall CreateProcessW(wstr wstr ptr ptr long long ptr wstr ptr ptr) kernel32.CreateProcessW
+@ stdcall CreateRemoteThread(long ptr long ptr long long ptr) kernel32.CreateRemoteThread
+@ stub CreateRemoteThreadEx
+@ stdcall CreateThread(ptr long ptr long long ptr) kernel32.CreateThread
+@ stub DeleteProcThreadAttributeList
+@ stdcall ExitProcess(long) kernel32.ExitProcess
+@ stdcall ExitThread(long) kernel32.ExitThread
+@ stdcall FlushProcessWriteBuffers() kernel32.FlushProcessWriteBuffers
+@ stdcall -norelay GetCurrentProcess() kernel32.GetCurrentProcess
+@ stdcall -norelay GetCurrentProcessId() kernel32.GetCurrentProcessId
+@ stdcall -norelay GetCurrentThread() kernel32.GetCurrentThread
+@ stdcall -norelay GetCurrentThreadId() kernel32.GetCurrentThreadId
+@ stdcall GetExitCodeProcess(long ptr) kernel32.GetExitCodeProcess
+@ stdcall GetExitCodeThread(long ptr) kernel32.GetExitCodeThread
+@ stdcall GetPriorityClass(long) kernel32.GetPriorityClass
+@ stdcall GetProcessId(long) kernel32.GetProcessId
+@ stub GetProcessIdOfThread
+@ stdcall GetProcessTimes(long ptr ptr ptr ptr) kernel32.GetProcessTimes
+@ stdcall GetProcessVersion(long) kernel32.GetProcessVersion
+@ stdcall GetStartupInfoW(ptr) kernel32.GetStartupInfoW
+@ stdcall GetThreadId(ptr) kernel32.GetThreadId
+@ stdcall GetThreadPriority(long) kernel32.GetThreadPriority
+@ stdcall GetThreadPriorityBoost(long ptr) kernel32.GetThreadPriorityBoost
+@ stub InitializeProcThreadAttributeList
+@ stub OpenProcessToken
+@ stdcall OpenThread(long long long) kernel32.OpenThread
+@ stub OpenThreadToken
+@ stdcall ProcessIdToSessionId(long ptr) kernel32.ProcessIdToSessionId
+@ stub QueryProcessAffinityUpdateMode
+@ stdcall QueueUserAPC(ptr long long) kernel32.QueueUserAPC
+@ stdcall ResumeThread(long) kernel32.ResumeThread
+@ stdcall SetPriorityClass(long long) kernel32.SetPriorityClass
+@ stub SetProcessAffinityUpdateMode
+@ stdcall SetProcessShutdownParameters(long long) kernel32.SetProcessShutdownParameters
+@ stdcall SetThreadPriority(long long) kernel32.SetThreadPriority
+@ stdcall SetThreadPriorityBoost(long long) kernel32.SetThreadPriorityBoost
+@ stdcall SetThreadStackGuarantee(ptr) kernel32.SetThreadStackGuarantee
+@ stub SetThreadToken
+@ stdcall SuspendThread(long) kernel32.SuspendThread
+@ stdcall SwitchToThread() kernel32.SwitchToThread
+@ stdcall TerminateProcess(long long) kernel32.TerminateProcess
+@ stdcall TerminateThread(long long) kernel32.TerminateThread
+@ stdcall TlsAlloc() kernel32.TlsAlloc
+@ stdcall TlsFree(long) kernel32.TlsFree
+@ stdcall TlsGetValue(long) kernel32.TlsGetValue
+@ stdcall TlsSetValue(long ptr) kernel32.TlsSetValue
+@ stub UpdateProcThreadAttribute
diff --git a/tools/make_specfiles b/tools/make_specfiles
index 002d252..1a57692 100755
--- a/tools/make_specfiles
+++ b/tools/make_specfiles
@@ -128,6 +128,7 @@ my @dll_groups =
  [
   "kernel32",
   "api-ms-win-downlevel-normaliz-l1-1-0",
+  "api-ms-win-core-processthreads-l1-1-0",
  ],
  [
   "ole32",




More information about the wine-cvs mailing list