[PATCH] wintab32: Correct ordinal in comment to the same as in the spec file.

Bernhard Übelacker bernhardu at mailbox.org
Thu Sep 13 10:29:22 CDT 2018


Signed-off-by: Bernhard Übelacker <bernhardu at mailbox.org>
---
 dlls/wintab32/context.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dlls/wintab32/context.c b/dlls/wintab32/context.c
index 6f8f69ce96..d9cfe85168 100644
--- a/dlls/wintab32/context.c
+++ b/dlls/wintab32/context.c
@@ -471,7 +471,7 @@ UINT WINAPI WTInfoW(UINT wCategory, UINT nIndex, LPVOID lpOutput)
 }
 
 /***********************************************************************
- *		WTOpenW (WINTAB32.2021)
+ *		WTOpenW (WINTAB32.1021)
  */
 HCTX WINAPI WTOpenW(HWND hWnd, LPLOGCONTEXTW lpLogCtx, BOOL fEnable)
 {
@@ -767,7 +767,7 @@ BOOL WINAPI WTOverlap(HCTX hCtx, BOOL fToTop)
 }
 
 /***********************************************************************
- *		WTConfig (WINTAB32.61)
+ *		WTConfig (WINTAB32.60)
  */
 BOOL WINAPI WTConfig(HCTX hCtx, HWND hWnd)
 {
-- 
2.18.0




More information about the wine-devel mailing list