mirror of
https://github.com/reactos/reactos.git
synced 2024-12-27 01:24:38 +00:00
Moved a function from menu.c to window.c
svn path=/trunk/; revision=5362
This commit is contained in:
parent
571d3f55d3
commit
2fc0098fe8
1 changed files with 17 additions and 1 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.71 2003/07/28 02:05:46 jimtabor Exp $
|
||||
/* $Id: window.c,v 1.72 2003/08/01 11:56:43 weiden Exp $
|
||||
*
|
||||
* COPYRIGHT: See COPYING in the top level directory
|
||||
* PROJECT: ReactOS kernel
|
||||
|
@ -2172,5 +2172,21 @@ NtUserBuildHwndList(
|
|||
return dwCount;
|
||||
}
|
||||
|
||||
/*
|
||||
* @unimplemented
|
||||
*/
|
||||
DWORD STDCALL
|
||||
NtUserDrawMenuBarTemp(
|
||||
HWND hWnd,
|
||||
HDC hDC,
|
||||
PRECT hRect,
|
||||
HMENU hMenu,
|
||||
DWORD Unknown4)
|
||||
{
|
||||
UNIMPLEMENTED
|
||||
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
||||
/* EOF */
|
||||
|
|
Loading…
Reference in a new issue