Francois Gouget : wdscore: Fix the name of the WdsIterate*() stubs.

Alexandre Julliard julliard at winehq.org
Tue Aug 27 15:28:15 CDT 2019


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

Author: Francois Gouget <fgouget at free.fr>
Date:   Tue Aug 27 03:34:33 2019 +0200

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

Signed-off-by: Francois Gouget <fgouget at free.fr>
Signed-off-by: Alexandre Julliard <julliard at winehq.org>

---

 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 ab4aeb7..15958b8 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




More information about the wine-cvs mailing list