$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
From: Dale McCoy (dalestan_at_[hidden])
Date: 2006-06-20 11:44:59
> Is there a way to compile files that include boost header files
> such that __stdcall is the default, or is ignorng or switching
> off the warning the "solution"?
I'd probably suppress the warning; it looks like it's merely informative to me.
In MSVC, this can be done either with a #pragma warning or by changing
the file/project properties.
Dale