VirtualBox

Ignore:
Timestamp:
Oct 28, 2018 5:00:27 PM (6 years ago)
Author:
vboxsync
Message:

IPRT: Make Watcom C an alterntive for compiling the OS/2 kernel code (GA mainly), governed by VBOX_USE_WATCOM_FOR_OS2.

File:
1 edited

Legend:

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

    r69111 r75129  
    4343_CRTIMP char * __cdecl strpbrk(const char *pszStr, const char *pszChars)
    4444# endif
     45#elif defined(__WATCOMC__)
     46_WCRTLINK char *std::strpbrk(const char *pszStr, const char *pszChars)
    4547#else
    4648char *strpbrk(const char *pszStr, const char *pszChars)
Note: See TracChangeset for help on using the changeset viewer.

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