VirtualBox

Changeset 28331 in vbox


Ignore:
Timestamp:
Apr 14, 2010 9:48:32 PM (15 years ago)
Author:
vboxsync
Message:

pdmdevins.h : Made PDMBOTHCBDECL include the extern "C" bit.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/VBox/pdmins.h

    r21217 r28331  
    4040 */
    4141#if defined(IN_RC) || defined(IN_RING0)
    42 # define PDMBOTHCBDECL(type)    DECLEXPORT(type)
     42# ifdef __cplusplus
     43#  define PDMBOTHCBDECL(type)   extern "C" DECLEXPORT(type)
     44# else
     45#  define PDMBOTHCBDECL(type)   DECLEXPORT(type)
     46# endif
    4347#else
    4448# define PDMBOTHCBDECL(type)    static type
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