X-Git-Url: https://git.reactos.org/?p=reactos.git;a=blobdiff_plain;f=reactos%2Fdll%2Fwin32%2Fuser32%2Fwindows%2Finput.c;h=63f266eb492e6e56b2aef09fed1eb00eecca7827;hp=08e457bf5a16980caa0b3425bf32b40428c097cc;hb=47dde244bdf10ff865d13107a302ddcb438962e6;hpb=f33b16a71d4e4ec2c7f4f5b3c3640acd9ccca09d diff --git a/reactos/dll/win32/user32/windows/input.c b/reactos/dll/win32/user32/windows/input.c index 08e457bf5a1..63f266eb492 100644 --- a/reactos/dll/win32/user32/windows/input.c +++ b/reactos/dll/win32/user32/windows/input.c @@ -48,9 +48,8 @@ DragDetect( HWND hWnd, POINT pt) { -#if 0 return NtUserDragDetect(hWnd, pt); -#else +#if 0 MSG msg; RECT rect; POINT tmp;