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
1ec78b81
Commit
1ec78b81
authored
May 21, 2011
by
André Hentschel
Committed by
Alexandre Julliard
May 26, 2011
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
oleaut32: Update OaBuildVersion.
parent
87c0e868
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
1 deletion
+4
-1
oleaut.c
dlls/oleaut32/oleaut.c
+4
-1
No files found.
dlls/oleaut32/oleaut.c
View file @
1ec78b81
...
@@ -599,8 +599,11 @@ ULONG WINAPI OaBuildVersion(void)
...
@@ -599,8 +599,11 @@ ULONG WINAPI OaBuildVersion(void)
case
0x80000a04
:
/* WIN98 */
case
0x80000a04
:
/* WIN98 */
case
0x00000004
:
/* NT40 */
case
0x00000004
:
/* NT40 */
case
0x00000005
:
/* W2K */
case
0x00000005
:
/* W2K */
case
0x00000105
:
/* WinXP */
return
MAKELONG
(
0xffff
,
40
);
return
MAKELONG
(
0xffff
,
40
);
case
0x00000105
:
/* WinXP */
case
0x00000006
:
/* Vista */
case
0x00000106
:
/* Win7 */
return
MAKELONG
(
0xffff
,
50
);
default:
default:
FIXME
(
"Version value not known yet. Please investigate it !
\n
"
);
FIXME
(
"Version value not known yet. Please investigate it !
\n
"
);
return
MAKELONG
(
0xffff
,
40
);
/* for now return the same value as for w2k */
return
MAKELONG
(
0xffff
,
40
);
/* for now return the same value as for w2k */
...
...
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