[PATCH] wdscore: Fix the name of the WdsIterate*() stubs.

Francois Gouget fgouget at free.fr
Mon Aug 26 20:34:33 CDT 2019


Signed-off-by: Francois Gouget <fgouget at free.fr>
---
 dlls/wdscore/wdscore.spec | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dlls/wdscore/wdscore.spec b/dlls/wdscore/wdscore.spec
index ab4aeb783b9..15958b86aba 100644
--- a/dlls/wdscore/wdscore.spec
+++ b/dlls/wdscore/wdscore.spec
@@ -125,8 +125,8 @@
 @ stub WdsInitializeDataUInt32
 @ stub WdsInitializeDataUInt64
 @ stub WdsIsDiagnosticModeEnabled
-@ stub WdsInterateOfflineQueue
-@ stub WdsInterateQueue
+@ stub WdsIterateOfflineQueue
+@ stub WdsIterateQueue
 @ stub WdsLockBlackboardValue
 @ stub WdsLockExecutionGroup
 @ stub WdsLogCreate
-- 
2.20.1



More information about the wine-devel mailing list