VirtualBox

Changeset 58790 in vbox for trunk/include


Ignore:
Timestamp:
Nov 20, 2015 3:39:16 AM (9 years ago)
Author:
vboxsync
Message:

iprt/cdefs.h: RTCALL should be cdecl for WATCOMC. (external asm linking)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/iprt/cdefs.h

    r58787 r58790  
    983983 *          the linux kernel and potentially elsewhere (3rd party).
    984984 */
    985 #ifdef _MSC_VER
     985#if defined(_MSC_VER) || defined(__WATCOMC__)
    986986# define RTCALL                 __cdecl
    987987#elif defined(RT_OS_OS2)
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