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
1ce6e87c
Commit
1ce6e87c
authored
Apr 13, 2011
by
Detlef Riekenberg
Committed by
Alexandre Julliard
Apr 14, 2011
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
winecfg: Fix major version of windows 3.1.
parent
2ed57f9b
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
appdefaults.c
programs/winecfg/appdefaults.c
+1
-1
No files found.
programs/winecfg/appdefaults.c
View file @
1ce6e87c
...
...
@@ -61,7 +61,7 @@ static const struct
{
"win95"
,
"Windows 95"
,
4
,
0
,
0x3B6
,
VER_PLATFORM_WIN32_WINDOWS
,
""
,
0
,
0
,
""
},
{
"nt40"
,
"Windows NT 4.0"
,
4
,
0
,
0x565
,
VER_PLATFORM_WIN32_NT
,
"Service Pack 6a"
,
6
,
0
,
"WinNT"
},
{
"nt351"
,
"Windows NT 3.5"
,
3
,
51
,
0x421
,
VER_PLATFORM_WIN32_NT
,
"Service Pack 2"
,
0
,
0
,
"WinNT"
},
{
"win31"
,
"Windows 3.1"
,
2
,
10
,
0
,
VER_PLATFORM_WIN32s
,
"Win32s 1.3"
,
0
,
0
,
""
},
{
"win31"
,
"Windows 3.1"
,
3
,
10
,
0
,
VER_PLATFORM_WIN32s
,
"Win32s 1.3"
,
0
,
0
,
""
},
{
"win30"
,
"Windows 3.0"
,
3
,
0
,
0
,
VER_PLATFORM_WIN32s
,
"Win32s 1.3"
,
0
,
0
,
""
},
{
"win20"
,
"Windows 2.0"
,
2
,
0
,
0
,
VER_PLATFORM_WIN32s
,
"Win32s 1.3"
,
0
,
0
,
""
}
};
...
...
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