* Fix some confusions between _WIN32 (any compiler/runtime on that platform)
and __MSVC__ (VC only, not e.g. mingw32)
This commit is contained in:
@@ -41,6 +41,9 @@ using namespace RubberBand;
|
||||
|
||||
#ifdef _WIN32
|
||||
using RubberBand::gettimeofday;
|
||||
#endif
|
||||
|
||||
#ifdef __MSVC__
|
||||
using RubberBand::usleep;
|
||||
#endif
|
||||
|
||||
|
||||
Reference in New Issue
Block a user