< Previous by Date Date Index Next by Date >
< Previous in Thread Thread Index Next in Thread >

Re: [reSIProcate] Visual Studio 2005 compilation warnings of 1.4 branch


I like this approach better.  I needed a few more defines though.  I
changed to code from pragma warning disable to:
   #define strdup _strdup
   #define stricmp _stricmp
   #define strnicmp _strnicmp
   #define write _write

for WIN32.

Thanks,

Scott

On Tue, Dec 2, 2008 at 4:22 PM, Matthias Moetje <moetje@xxxxxxxxxxxx> wrote:
> Another way to "fix" instead of disabling the warning would probably be:
>
> #define strdup _strdup
>
> for WIN32
>
>
> Best regards,
> Freundliche Grüße,
>
> Matthias Moetje
> ______________________________________________
>
> TERASENS GmbH       Phone:  +49.89.143370-0
> Augustenstraße 24   Fax:    +49.89.143370-22
> 80333 Munich        e-mail: info@xxxxxxxxxxxx
> GERMANY             Web:    www.terasens.com
> ______________________________________________
>