mirror of
https://github.com/reactos/reactos.git
synced 2025-07-30 15:22:21 +00:00
[RSHELL]
* 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:
parent
d28d1bb1df
commit
3aaf437172
5 changed files with 87 additions and 29 deletions
|
@ -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()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue