mirror of
https://github.com/reactos/reactos.git
synced 2024-12-27 01:24:38 +00:00
added UNIMPLEMENTED macro and return 0 to NtUserMenuInfo
svn path=/trunk/; revision=5375
This commit is contained in:
parent
85ee89fefe
commit
9bf077bd41
1 changed files with 3 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: menu.c,v 1.3 2003/08/01 11:56:19 weiden Exp $
|
||||
/* $Id: menu.c,v 1.4 2003/08/02 00:03:33 royce Exp $
|
||||
*
|
||||
* COPYRIGHT: See COPYING in the top level directory
|
||||
* PROJECT: ReactOS kernel
|
||||
|
@ -359,7 +359,9 @@ NtUserMenuInfo(
|
|||
LPCMENUINFO lpcmi,
|
||||
BOOL fsog)
|
||||
{
|
||||
UNIMPLEMENTED;
|
||||
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue