Bernhard Übelacker : wintab32: Correct ordinal in comment to the same as in the spec file.
Module: wine Branch: master Commit: 3f53876cda6726c55d69b308291ede984eeddd59 URL: https://source.winehq.org/git/wine.git/?a=commit;h=3f53876cda6726c55d69b3082... Author: Bernhard Übelacker <bernhardu(a)mailbox.org> Date: Thu Sep 13 17:29:22 2018 +0200 wintab32: Correct ordinal in comment to the same as in the spec file. Signed-off-by: Bernhard Übelacker <bernhardu(a)mailbox.org> Signed-off-by: Alexandre Julliard <julliard(a)winehq.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 8db6217..17f9a11 100644 --- a/dlls/wintab32/context.c +++ b/dlls/wintab32/context.c @@ -457,7 +457,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) { @@ -750,7 +750,7 @@ BOOL WINAPI WTOverlap(HCTX hCtx, BOOL fToTop) } /*********************************************************************** - * WTConfig (WINTAB32.61) + * WTConfig (WINTAB32.60) */ BOOL WINAPI WTConfig(HCTX hCtx, HWND hWnd) {
participants (1)
-
Alexandre Julliard