rtworkq: Add a stub dll.

Signed-off-by: Nikolay Sivov <nsivov@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
feature/deterministic
Nikolay Sivov 2020-02-05 08:44:05 +03:00 committed by Alexandre Julliard
parent 996c49bcff
commit 92427f3a32
4 changed files with 44 additions and 0 deletions

2
configure vendored
View File

@ -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

View File

@ -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)

View File

@ -0,0 +1,4 @@
MODULE = rtworkq.dll
IMPORTLIB = rtworkq
EXTRADLLFLAGS = -mno-cygwin

View File

@ -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