KDE/kdelibs

Christian Ehrlicher Ch.Ehrlicher at gmx.de
Fri Feb 3 20:44:18 CET 2006


Peter Kümmel schrieb:
> Christian Ehrlicher wrote:
>> SVN commit 505391 by chehrlic:
> 
>>  /* regular header from msvc includes */
>> +#define _USE_MATH_DEFINES
>>  #include <../include/math.h>
> 
> I've done the same at this moment!
> 
> It could also be guarded:
> 
> #if defined(_MSC_VER) && (_MSC_VER >=1400)
> #define _USE_MATH_DEFINES
> #endif
There is no need for _MSC_VER - it's a msvc specific header

Christian

-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 250 bytes
Desc: OpenPGP digital signature
Url : http://mail.kde.org/pipermail/kde-buildsystem/attachments/20060203/4cc536c6/attachment.pgp 


More information about the Kde-buildsystem mailing list