rtworkq: Add a stub dll.
Signed-off-by: Nikolay Sivov <nsivov@codeweavers.com> Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
parent
996c49bcff
commit
92427f3a32
|
@ -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
|
||||
|
|
|
@ -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)
|
||||
|
|
|
@ -0,0 +1,4 @@
|
|||
MODULE = rtworkq.dll
|
||||
IMPORTLIB = rtworkq
|
||||
|
||||
EXTRADLLFLAGS = -mno-cygwin
|
|
@ -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
|
Loading…
Reference in New Issue