mirror of
https://github.com/reactos/reactos.git
synced 2024-12-28 01:55:19 +00:00
removed warning
svn path=/trunk/; revision=5551
This commit is contained in:
parent
a6e48e9704
commit
ef8535e025
1 changed files with 1 additions and 2 deletions
|
@ -16,7 +16,7 @@
|
|||
* along with this program; if not, write to the Free Software
|
||||
* Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
|
||||
*/
|
||||
/* $Id: window.c,v 1.88 2003/08/12 22:27:55 weiden Exp $
|
||||
/* $Id: window.c,v 1.89 2003/08/12 22:45:27 weiden Exp $
|
||||
*
|
||||
* COPYRIGHT: See COPYING in the top level directory
|
||||
* PROJECT: ReactOS kernel
|
||||
|
@ -1489,7 +1489,6 @@ NtUserInternalGetWindowText(HWND hWnd,
|
|||
{
|
||||
DWORD res = 0;
|
||||
PWINDOW_OBJECT WindowObject;
|
||||
HANDLE Atom;
|
||||
|
||||
W32kAcquireWinLockShared(); /* ??? */
|
||||
WindowObject = W32kGetWindowObject(hWnd);
|
||||
|
|
Loading…
Reference in a new issue