VirtualBox

Changeset 40838 in vbox for trunk/include/iprt


Ignore:
Timestamp:
Apr 9, 2012 2:16:47 PM (13 years ago)
Author:
vboxsync
Message:

iprt/cdefs.h: The MSC equivalent of PRETTY_FUNCTION is FUNCSIG.

File:
1 edited

Legend:

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

    r40557 r40838  
    22322232 */
    22332233#if !defined(__GNUC__) && !defined(__PRETTY_FUNCTION__)
    2234 # define __PRETTY_FUNCTION__    __FUNCTION__
     2234# ifdef _MSC_VER
     2235#  define __PRETTY_FUNCTION__    __FUNCSIG__
     2236# else
     2237#  define __PRETTY_FUNCTION__    __FUNCTION__
     2238# endif
    22352239#endif
    22362240
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