Le 07/01/2011 15:42, Detlef Riekenberg a écrit :
based on _strlwr_s

This let Radiotracker go further


  /*********************************************************************
+ *             _wcslwr_s (MSVCRT.@)
+ */
+int CDECL _wcslwr_s(WCHAR *str, MSVCRT_size_t len)
+{
+    WCHAR *ptr = str;
+
+    if (!str || !len)

please use the MSVCRT_CHECK_PMT as done in the other _s msvcrt's functions
A+

--
Eric Pouech
"The problem with designing something completely foolproof is to underestimate the 
ingenuity of a complete idiot." (Douglas Adams)



Reply via email to