| 249 | # endif |
| 250 | |
| 251 | bool IsWine() noexcept |
| 252 | { |
| 253 | HMODULE hNtdll = ::GetModuleHandle(L"ntdll.dll"); |
| 254 | return (hNtdll != nullptr && ::GetProcAddress(hNtdll, "wine_get_host_version") != nullptr); |
| 255 | } |
| 256 | #endif |
| 257 | |
| 258 | }} |
no outgoing calls
no test coverage detected