From: Etaash Mathamsetty etaash.mathamsetty@gmail.com
--- dlls/user32/input.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/dlls/user32/input.c b/dlls/user32/input.c index c1c20ad8a84..108592f018f 100644 --- a/dlls/user32/input.c +++ b/dlls/user32/input.c @@ -732,8 +732,7 @@ BOOL WINAPI RegisterTouchWindow( HWND hwnd, ULONG flags ) BOOL WINAPI UnregisterTouchWindow( HWND hwnd ) { FIXME( "hwnd %p stub!\n", hwnd ); - SetLastError( ERROR_CALL_NOT_IMPLEMENTED ); - return FALSE; + return TRUE; }
/*****************************************************************************