VirtualBox

Ignore:
Timestamp:
Dec 4, 2023 5:54:51 PM (17 months ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
160601
Message:

libs/xpcom: Get rid of PL_strcasecmp/PL_strncasecmp and replace with IPRT equivalents, bugref:10545

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/libs/xpcom18a4/xpcom/tests/TestCRT.cpp

    r102457 r102458  
    3939#include "nsCRT.h"
    4040#include "nsString.h"
    41 #include "plstr.h"
    4241#include <stdlib.h>
    4342
     
    6362  PRIntn clib = RTStrCmp(s1, s2);
    6463  PRIntn clib_n = RTStrNCmp(s1, s2, n);
    65   PRIntn clib_case = PL_strcasecmp(s1, s2);
    66   PRIntn clib_case_n = PL_strncasecmp(s1, s2, n);
    6764
    6865  nsAutoString t1,t2;
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette