VirtualBox

Changeset 96061 in vbox for trunk


Ignore:
Timestamp:
Aug 5, 2022 1:39:25 PM (3 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
152860
Message:

IPRT/common/string/strchr.cpp: Fix NOCRT conditional checking.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Runtime/common/string/strchr.cpp

    r96043 r96061  
    3535# undef strchr
    3636char *RT_NOCRT(strchr)(const char *pszStr, int ch)
    37 #ifdef _MSC_VER
     37#elif defined(_MSC_VER)
    3838_CRTIMP char * __cdecl strchr(const char *pszStr, int ch)
    3939#elif defined(__WATCOMC__) && !defined(IPRT_NO_CRT)
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