From 9a75b154bf0732aa3a501b6e31e566e06c5f8a31 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Fri, 2 Mar 2012 02:11:59 -0600 Subject: Undo prior accidental commit --- doc/html/porting.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'doc/html/porting.html') diff --git a/doc/html/porting.html b/doc/html/porting.html index 7308d7d..5d9d3c7 100644 --- a/doc/html/porting.html +++ b/doc/html/porting.html @@ -390,8 +390,8 @@ new code.
  • #define strcpy qstrcpy
  • #define strcmp qstrcmp
  • #define strncmp qstrncmp -
  • #define stricmp tqstricmp -
  • #define strnicmp tqstrnicmp +
  • #define stricmp qstricmp +
  • #define strnicmp qstrnicmp

    See the changes-3.0.0 document for an explanation of why this had to be done. You might have been relying on the non-portable and unpredictable behavior -- cgit v1.2.1