VirtualBox

Changeset 22564 in vbox


Ignore:
Timestamp:
Aug 28, 2009 6:02:32 PM (15 years ago)
Author:
vboxsync
Message:

VBox/types.h: Enable VBOXSTRICTRC on windows again.

File:
1 edited

Legend:

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

    r22552 r22564  
    181181#if defined(__cplusplus) \
    182182 && ARCH_BITS == 64    /* cdecl requires classes and structs as hidden params. */ \
    183  && !defined(_MSC_VER) /* doesn't like classes and extern "C" __cdecl functions. */ \
    184183 &&  (   defined(RT_STRICT) \
    185184      || defined(VBOX_STRICT) \
     
    187186      || defined(DOXYGEN_RUNNING) )
    188187# define VBOXSTRICTRC_STRICT_ENABLED 1
     188# ifdef _MSC_VER
     189#  pragma warning(disable:4190)
     190# endif
    189191#endif
    190192
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