mirror of
https://github.com/reactos/reactos.git
synced 2024-12-28 01:55:19 +00:00
Removed a DbgPrint
svn path=/trunk/; revision=4428
This commit is contained in:
parent
464468ce33
commit
eefe9aeef3
1 changed files with 2 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
|||
/* $Id: defwnd.c,v 1.40 2003/03/20 04:03:13 rcampbell Exp $
|
||||
/* $Id: defwnd.c,v 1.41 2003/03/24 23:45:47 rcampbell Exp $
|
||||
*
|
||||
* COPYRIGHT: See COPYING in the top level directory
|
||||
* PROJECT: ReactOS user32.dll
|
||||
|
@ -989,7 +989,7 @@ User32DefWindowProc(HWND hWnd,
|
|||
}
|
||||
case WM_LBUTTONUP:
|
||||
{
|
||||
DbgPrint("test\n\n\n\n\n\n");
|
||||
break;
|
||||
}
|
||||
case WM_RBUTTONUP:
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue