CDRIVER-633 fix MinGW-W64 undefined symbols
RTL_RUN_ONCE and suseconds_t were undefined when building with CMake and MinGW-W64. We conditionally define those if build with MS Visual Studio, but we should conditionally define them if building on MS Windows, no matter which compiler.
parent
18c0c432
Please register or sign in to comment