| 171 | } |
| 172 | |
| 173 | VERSIONHELPERAPI |
| 174 | IsWindows10OrGreater() |
| 175 | { |
| 176 | return IsWindowsVersionOrGreater( HIBYTE( _WIN32_WINNT_WIN10 ), LOBYTE( _WIN32_WINNT_WIN10 ), 0 ); |
| 177 | } |
| 178 | |
| 179 | |
| 180 | VERSIONHELPERAPI |
nothing calls this directly
no test coverage detected