Michael D. Pritchett wrote:
> Using cygwin and CLI the debug build has been broken. I was able to trace
> the error to new code in ut_assert.h.
>
> Using the command line CLI _MSC_VER is not defined. As a result the new
> thread-safe <crtdbg.h> somehow clashes with stdlib.h and the build fails.
I
> am uncertain how to get <crtdbg.h> to work.
All these are my faults. But, I was under the impression that both the macro
"_MSC_VER" and the header file "crtdbg.h" was Microsoft MSVC specific ones.
Was this a wrong assumption?
/Mike - please don't cc