Commit 09a78cd5 authored by Piotr Caban's avatar Piotr Caban Committed by Alexandre Julliard

shlwapi: Added OS_VISTAORGREATER flag to IsOS (undocumented).

parent 4d53a4c9
......@@ -3913,6 +3913,8 @@ BOOL WINAPI IsOS(DWORD feature)
case OS_APPLIANCE:
FIXME("(OS_APPLIANCE) What should we return here?\n");
return FALSE;
case 0x25: /*OS_VISTAORGREATER*/
ISOS_RETURN(platform == VER_PLATFORM_WIN32_NT && majorv >= 6)
}
#undef ISOS_RETURN
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment