VirtualBox

Ignore:
Timestamp:
Jan 2, 2015 12:42:48 PM (10 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
97475
Message:

VBoxDTrace: oops (r75)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/ExtPacks/VBoxDTrace/include/VBoxDTraceTypes.h

    r53697 r53698  
    414414# define strcasecmp(a_psz1, a_psz2) RTStrICmp(a_psz1, a_psz2)
    415415# undef strncasecmp
    416 # define strncasecmp(a_psz1, a_psz2, a_cch) \
     416# define strncasecmp(a_psz1, a_psz2, a_cch) RTStrNICmp(a_psz1, a_psz2, a_cch)
    417417# undef assert
    418418# define assert(expr)               Assert(expr)
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