"Nick Mathewson" nickm@alum.mit.edu wrote:
I'd say "not so good" if it only applies to MSVC builds.
I applies to all Win builds. Are you not getting any warnings and errors when compiling aes.c?
Of course, if we patched the autoconf script so that it defined the macro when building on windows with mingw, that would be fine, since it would make the behavior consistent.
Excactly. It wouldn't hurt to move WIN32_LEAN_AND_MEAN further up in the list of defines. It makes everyting compile faster too.
--gv