* CMenuBand: Implement PopupItem for static menus.
 * CMenuDeskBar: Initialize m_Banner.
 * CStartMenu: Create CSubMenu_Constructor function that creates submenus (needs a better name/location).
 * Misc. code style changes.
CORE-7881

svn path=/branches/shell-experiments/; revision=62228
This commit is contained in:
David Quintana 2014-02-17 16:41:10 +00:00
parent d28d1bb1df
commit 3aaf437172
5 changed files with 87 additions and 29 deletions

View file

@ -2,11 +2,11 @@
#include "wraplog.h"
#include <stdio.h>
static UINT openCount = 0;
static UINT callLevel;
static INT openCount = 0;
static INT callLevel;
static FILE*log;
static UINT nTemps;
static INT nTemps;
static CHAR strTemp[10][256];
void WrapLogOpen()