Subject: setup Question for Robert: In archive_tar_file.cc, compress_*.cc is min the STL std::min from <algorithm> or the macro from <windows.h> ?
Robert - which one of these is supposed to be used? I couldn't figure it out from the source. I ask because macros min & max play havoc with libstdc++-v3. I believe that these must either be the std::min algorithm, or me must define a macro with a less collision-prone name - say MINIMUM(x,y). Thanks, Max.
