Nikolay Sivov : rtworkq: Add a stub dll.

Alexandre Julliard julliard at winehq.org
Wed Feb 5 16:53:34 CST 2020


Module: wine
Branch: master
Commit: 92427f3a327f43367b8dfdac0fba18cec5f03cfc
URL:    https://source.winehq.org/git/wine.git/?a=commit;h=92427f3a327f43367b8dfdac0fba18cec5f03cfc

Author: Nikolay Sivov <nsivov at codeweavers.com>
Date:   Wed Feb  5 08:44:05 2020 +0300

rtworkq: Add a stub dll.

Signed-off-by: Nikolay Sivov <nsivov at codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard at winehq.org>

---

 configure                 |  2 ++
 configure.ac              |  1 +
 dlls/rtworkq/Makefile.in  |  4 ++++
 dlls/rtworkq/rtworkq.spec | 37 +++++++++++++++++++++++++++++++++++++
 4 files changed, 44 insertions(+)

diff --git a/configure b/configure
index 80235dd995..9f23d268e8 100755
--- a/configure
+++ b/configure
@@ -1539,6 +1539,7 @@ enable_rsabase
 enable_rsaenh
 enable_rstrtmgr
 enable_rtutils
+enable_rtworkq
 enable_samlib
 enable_sane_ds
 enable_sapi
@@ -20798,6 +20799,7 @@ wine_fn_config_makefile dlls/rsaenh enable_rsaenh
 wine_fn_config_makefile dlls/rsaenh/tests enable_tests
 wine_fn_config_makefile dlls/rstrtmgr enable_rstrtmgr
 wine_fn_config_makefile dlls/rtutils enable_rtutils
+wine_fn_config_makefile dlls/rtworkq enable_rtworkq
 wine_fn_config_makefile dlls/samlib enable_samlib
 wine_fn_config_makefile dlls/sane.ds enable_sane_ds
 wine_fn_config_makefile dlls/sapi enable_sapi
diff --git a/configure.ac b/configure.ac
index 40374210bb..e06743c2ea 100644
--- a/configure.ac
+++ b/configure.ac
@@ -3606,6 +3606,7 @@ WINE_CONFIG_MAKEFILE(dlls/rsaenh)
 WINE_CONFIG_MAKEFILE(dlls/rsaenh/tests)
 WINE_CONFIG_MAKEFILE(dlls/rstrtmgr)
 WINE_CONFIG_MAKEFILE(dlls/rtutils)
+WINE_CONFIG_MAKEFILE(dlls/rtworkq)
 WINE_CONFIG_MAKEFILE(dlls/samlib)
 WINE_CONFIG_MAKEFILE(dlls/sane.ds)
 WINE_CONFIG_MAKEFILE(dlls/sapi)
diff --git a/dlls/rtworkq/Makefile.in b/dlls/rtworkq/Makefile.in
new file mode 100644
index 0000000000..d6d7d6f715
--- /dev/null
+++ b/dlls/rtworkq/Makefile.in
@@ -0,0 +1,4 @@
+MODULE    = rtworkq.dll
+IMPORTLIB = rtworkq
+
+EXTRADLLFLAGS = -mno-cygwin
diff --git a/dlls/rtworkq/rtworkq.spec b/dlls/rtworkq/rtworkq.spec
new file mode 100644
index 0000000000..29e56846c6
--- /dev/null
+++ b/dlls/rtworkq/rtworkq.spec
@@ -0,0 +1,37 @@
+@ stub RtwqAddPeriodicCallback
+@ stub RtwqAllocateSerialWorkQueue
+@ stub RtwqAllocateWorkQueue
+@ stub RtwqBeginRegisterWorkQueueWithMMCSS
+@ stub RtwqBeginUnregisterWorkQueueWithMMCSS
+@ stub RtwqCancelDeadline
+@ stub RtwqCancelMultipleWaitingWorkItem
+@ stub RtwqCancelWorkItem
+@ stub RtwqCreateAsyncResult
+@ stub RtwqEndRegisterWorkQueueWithMMCSS
+@ stub RtwqEndUnregisterWorkQueueWithMMCSS
+@ stub RtwqGetPlatform
+@ stub RtwqGetWorkQueueMMCSSClass
+@ stub RtwqGetWorkQueueMMCSSPriority
+@ stub RtwqGetWorkQueueMMCSSTaskId
+@ stub RtwqInvokeCallback
+@ stub RtwqJoinWorkQueue
+@ stub RtwqLockPlatform
+@ stub RtwqLockSharedWorkQueue
+@ stub RtwqLockWorkQueue
+@ stub RtwqPutMultipleWaitingWorkItem
+@ stub RtwqPutWaitingWorkItem
+@ stub RtwqPutWorkItem
+@ stub RtwqRegisterPlatformEvents
+@ stub RtwqRegisterPlatformWithMMCSS
+@ stub RtwqRemovePeriodicCallback
+@ stub RtwqScheduleWorkItem
+@ stub RtwqSetDeadline
+@ stub RtwqSetDeadline2
+@ stub RtwqSetLongRunning
+@ stub RtwqShutdown
+@ stub RtwqStartup
+@ stub RtwqUnjoinWorkQueue
+@ stub RtwqUnlockPlatform
+@ stub RtwqUnlockWorkQueue
+@ stub RtwqUnregisterPlatformEvents
+@ stub RtwqUnregisterPlatformFromMMCSS




More information about the wine-cvs mailing list