wintab32: Correct ordinal in comment to the same as in the spec file.
Signed-off-by: Bernhard Übelacker <bernhardu@mailbox.org> Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
parent
bccd14f2f6
commit
3f53876cda
|
@ -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)
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue