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
09a78cd5
Commit
09a78cd5
authored
Jan 31, 2010
by
Piotr Caban
Committed by
Alexandre Julliard
Feb 01, 2010
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
shlwapi: Added OS_VISTAORGREATER flag to IsOS (undocumented).
parent
4d53a4c9
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
+2
-0
ordinal.c
dlls/shlwapi/ordinal.c
+2
-0
No files found.
dlls/shlwapi/ordinal.c
View file @
09a78cd5
...
@@ -3913,6 +3913,8 @@ BOOL WINAPI IsOS(DWORD feature)
...
@@ -3913,6 +3913,8 @@ BOOL WINAPI IsOS(DWORD feature)
case
OS_APPLIANCE
:
case
OS_APPLIANCE
:
FIXME
(
"(OS_APPLIANCE) What should we return here?
\n
"
);
FIXME
(
"(OS_APPLIANCE) What should we return here?
\n
"
);
return
FALSE
;
return
FALSE
;
case
0x25
:
/*OS_VISTAORGREATER*/
ISOS_RETURN
(
platform
==
VER_PLATFORM_WIN32_NT
&&
majorv
>=
6
)
}
}
#undef ISOS_RETURN
#undef ISOS_RETURN
...
...
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