
29 Mar
2007
29 Mar
'07
8:40 p.m.
AMDG Michael Walter <michael.walter <at> gmail.com> writes:
I don't particularly care either way. The only issue is that we need pascals because windef.h has #define pascal __stdcall
OTOH, Windows SDK has #define max ... and still there is std::max (which can be a pain, admittedly).
max is a function like macro so the problems can be circumvented. pascal is an object like macro thus the only way to avoid problems is to undef it ( possibly breaking code in windows) In Christ, Steven Watanabe