Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-cw
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-cw
Commits
fd233e22
Commit
fd233e22
authored
Jul 29, 2004
by
Ivan Leo Puoti
Committed by
Alexandre Julliard
Jul 29, 2004
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Change the NT service pack version from 6 to 6a, correct win2k3 name.
parent
a2261757
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
version.c
dlls/ntdll/version.c
+2
-2
No files found.
dlls/ntdll/version.c
View file @
fd233e22
...
...
@@ -120,7 +120,7 @@ static const RTL_OSVERSIONINFOEXW VersionData[NB_WINDOWS_VERSIONS] =
/* NT40 */
{
sizeof
(
RTL_OSVERSIONINFOEXW
),
4
,
0
,
0x565
,
VER_PLATFORM_WIN32_NT
,
{
'S'
,
'e'
,
'r'
,
'v'
,
'i'
,
'c'
,
'e'
,
' '
,
'P'
,
'a'
,
'c'
,
'k'
,
' '
,
'6'
,
0
},
{
'S'
,
'e'
,
'r'
,
'v'
,
'i'
,
'c'
,
'e'
,
' '
,
'P'
,
'a'
,
'c'
,
'k'
,
' '
,
'6'
,
'a'
,
0
},
6
,
0
,
0
,
VER_NT_WORKSTATION
,
0
},
/* NT2K */
...
...
@@ -171,7 +171,7 @@ static const char * const debug_names[NB_WINDOWS_VERSIONS] =
"Windows NT 4.0"
,
/* NT40 */
"Windows 2000"
,
/* NT2K */
"Windows XP"
,
/* WINXP */
"Windows
2003"
/* WIN2K3 */
"Windows
Server 2003"
/* WIN2K3 */
};
/* if one of the following dlls is importing ntdll the windows
...
...
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