- During compilation of the C code MS compiler keeps spitting out
this warning: D:\xemacs-21.5\nt\..\src\text.h(42) : warning C4273:
'strlwr' : Inkonsistente DLL-Bindung. dllexport angenommen.
D:\xemacs-21.5\nt\..\src\text.h(45) : warning C4273: 'strupr' :
Inkonsistente DLL-Bindung. dllexport angenommen.
The problem is src/s/windowsnt.h should report HAVE_STRLWR and
HAVE_STRUPR . Once fixed you shouldn't get any warnings.
Fabrice