mirror of
https://github.com/reactos/reactos.git
synced 2025-08-07 00:12:55 +00:00
[RSHELL]
* Add a new logging wrapper to record calls from the start menu back to the explorer site. CORE-7586 svn path=/branches/shell-experiments/; revision=62335
This commit is contained in:
parent
8b06cd6325
commit
107ae8ee41
7 changed files with 212 additions and 4 deletions
|
@ -13,7 +13,7 @@ void WrapLogOpen()
|
|||
{
|
||||
if (openCount == 0)
|
||||
{
|
||||
log = fopen("\\RShellWrap.log", "w");
|
||||
log = fopen("G:\\RShellWrap.log", "w");
|
||||
nTemps = 0;
|
||||
callLevel = 0;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue