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 00337aa72b7..c1c20ad8a84 100644 --- a/dlls/user32/input.c +++ b/dlls/user32/input.c @@ -723,8 +723,7 @@ BOOL WINAPI IsTouchWindow( HWND hwnd, ULONG *flags ) BOOL WINAPI RegisterTouchWindow( HWND hwnd, ULONG flags ) { FIXME( "hwnd %p, flags %#lx stub!\n", hwnd, flags ); - SetLastError( ERROR_CALL_NOT_IMPLEMENTED ); - return FALSE; + return TRUE; }
/*****************************************************************************