>>>>> "Fabrice" == Fabrice Popineau
<Fabrice.Popineau(a)supelec.fr>
>>>>> writes:
Fabrice> The problem is src/s/windowsnt.h should
report HAVE_STRLWR and
Fabrice> HAVE_STRUPR . Once fixed you shouldn't get any warnings.
Is this valid for _all_ versions of Windows NT (including 2000 and
XP)?
It seems so, see below the msdn documentation.
Fabrice
Requirements
Routine Required header Compatibility
_strlwr <string.h> Win 98, Win Me, Win NT, Win 2000, Win XP
_wcslwr <string.h> or <wchar.h> Win 98, Win Me, Win NT, Win 2000, Win XP
_mbslwr <mbstring.h> Win 98, Win Me, Win NT, Win 2000, Win XP
For additional compatibility information, see Compatibility in the Introduction.
Libraries
All versions of the C run-time libraries.