mirror of
https://github.com/reactos/reactos.git
synced 2025-08-05 17:52:56 +00:00
Create user specific temp directory.
svn path=/trunk/; revision=9860
This commit is contained in:
parent
9f03850ba7
commit
41871db16c
1 changed files with 4 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
||||||
/* $Id: setup.c,v 1.4 2004/03/13 20:49:07 ekohl Exp $
|
/* $Id: setup.c,v 1.5 2004/06/24 14:48:33 ekohl Exp $
|
||||||
*
|
*
|
||||||
* COPYRIGHT: See COPYING in the top level directory
|
* COPYRIGHT: See COPYING in the top level directory
|
||||||
* PROJECT: ReactOS system libraries
|
* PROJECT: ReactOS system libraries
|
||||||
|
@ -36,7 +36,9 @@ DefaultUserDirectories[] =
|
||||||
{FALSE, L"Start Menu"},
|
{FALSE, L"Start Menu"},
|
||||||
{FALSE, L"Start Menu\\Programs"},
|
{FALSE, L"Start Menu\\Programs"},
|
||||||
{FALSE, L"Start Menu\\Programs\\Startup"},
|
{FALSE, L"Start Menu\\Programs\\Startup"},
|
||||||
|
{TRUE, L"Local Settings"},
|
||||||
|
{TRUE, L"Local Settings\\Application Data"},
|
||||||
|
{FALSE, L"Local Settings\\Temp"},
|
||||||
{FALSE, NULL}
|
{FALSE, NULL}
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue