- Switch menu allocation to desktop stack.

svn path=/trunk/; revision=62748
This commit is contained in:
James Tabor 2014-04-14 06:54:41 +00:00
parent 52fbc79cd6
commit 90e1c4d5bc
2 changed files with 4 additions and 4 deletions

View file

@ -337,7 +337,7 @@ UserCreateObject( PUSER_HANDLE_TABLE ht,
switch (type)
{
case TYPE_WINDOW:
// case TYPE_MENU:
case TYPE_MENU:
case TYPE_HOOK:
case TYPE_CALLPROC:
case TYPE_INPUTCONTEXT:
@ -436,7 +436,7 @@ UserDereferenceObject(PVOID object)
switch (type)
{
case TYPE_WINDOW:
// case TYPE_MENU:
case TYPE_MENU:
case TYPE_HOOK:
case TYPE_CALLPROC:
case TYPE_INPUTCONTEXT:

View file

@ -311,7 +311,7 @@ static const BOOL g_ObjectHeapTypeShared[TYPE_CTYPES] =
{
FALSE, /* TYPE_FREE (not used) */
FALSE, /* TYPE_WINDOW */
TRUE, /* TYPE_MENU FALSE */
FALSE, /* TYPE_MENU */
TRUE, /* TYPE_CURSOR */
TRUE, /* TYPE_SETWINDOWPOS */
FALSE, /* TYPE_HOOK */