aboutsummaryrefslogtreecommitdiff
path: root/src/zencore/windows.cpp
Commit message (Collapse)AuthorAgeFilesLines
* IsRunningOnWine now caches the answer to allow higher frequency usageStefan Boberg13 days1-7/+5
|
* added logic to change default HTTP server implementation when running on ↵Stefan Boberg2024-05-021-0/+13
| | | | | | Wine (#71) * added logic to change default HTTP server implementation when running on Wine * added log message to inform user about potential problems when running under Wine
* Remove ATL header usage (#306)Stefan Boberg2023-05-151-0/+64
ATL has been used here and there as a convenience. Given that this is a legacy component and not always something which gets installed along with the compiler we hereby remove the dependency altogether in favour of our own simple wrappers