$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Steven Watanabe (steven_at_[hidden])
Date: 2007-03-29 16:40:47
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