mirror of
https://github.com/rdkit/rdkit.git
synced 2026-06-06 22:39:55 +08:00
* Include Winsock2.h instead of Windows.h in DebugTrace.h Including `Winsock2.h` has a number of advantages: * It is much smaller than `Windows.h`, improving build time. * It allows rdkit to be used in environments where `WIN32_LEAN_AND_MEAN` is set. * It is [the recommended way to get `timeval`](https://docs.microsoft.com/en-us/windows/win32/api/winsock/ns-winsock-timeval) (rdkit doesn't actually use `timeGetTime`). * Fix build break in test code * Fix test failures