Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-winehq
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
wine
wine-winehq
Commits
c4ffbade
Commit
c4ffbade
authored
Dec 31, 2009
by
Andrew Nguyen
Committed by
Alexandre Julliard
Jan 04, 2010
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
wine.inf: Add CommonProgramFiles system environment variable.
parent
9dc584d0
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
1 deletion
+2
-1
userenv.c
dlls/userenv/tests/userenv.c
+1
-1
wine.inf.in
tools/wine.inf.in
+1
-0
No files found.
dlls/userenv/tests/userenv.c
View file @
c4ffbade
...
...
@@ -95,7 +95,7 @@ static void test_create_env(void)
{
"ALLUSERSPROFILE"
,
{
1
,
1
,
0
,
0
}
},
{
"TEMP"
,
{
1
,
1
,
0
,
0
}
},
{
"TMP"
,
{
1
,
1
,
0
,
0
}
},
{
"CommonProgramFiles"
,
{
1
,
1
,
1
,
1
}
},
{
"CommonProgramFiles"
,
{
1
,
1
,
0
,
0
}
},
{
"ProgramFiles"
,
{
1
,
1
,
0
,
0
}
}
};
static
const
struct
profile_item
htok_vars
[]
=
{
...
...
tools/wine.inf.in
View file @
c4ffbade
...
...
@@ -453,6 +453,7 @@ HKLM,Software\Microsoft\DirectPlay\Service Providers\Serial Connection For Direc
HKLM,Software\Microsoft\DirectPlay\Service Providers\Serial Connection For DirectPlay,"Path",,"dpmodemx.dll"
[Environment]
HKLM,System\CurrentControlSet\Control\Session Manager\Environment,"CommonProgramFiles",,"%16427%"
HKLM,System\CurrentControlSet\Control\Session Manager\Environment,"ComSpec",0x00020000,"%11%\cmd.exe"
HKLM,System\CurrentControlSet\Control\Session Manager\Environment,"PATH",0x00020002,"%11%;%10%;%11%\wbem"
HKLM,System\CurrentControlSet\Control\Session Manager\Environment,"PATHEXT",,".COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH"
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment