From a830bf10b7d4ed2c83ffe68c0b22d7c4ba9860b0 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Thu, 1 Mar 2012 13:24:30 -0600 Subject: Rename additional global TQt functions --- 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 5d9d3c7..7308d7d 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 qstricmp -
  • #define strnicmp qstrnicmp +
  • #define stricmp tqstricmp +
  • #define strnicmp tqstrnicmp

    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.3