VirtualBox

Changeset 8266 in vbox for trunk/include


Ignore:
Timestamp:
Apr 22, 2008 7:26:16 AM (17 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
30011
Message:

Removed annoying warnings about existing defines if FE/Qt4 is compiled.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/VBox/com/defs.h

    r8194 r8266  
    178178/////////////////////////////////////////////////////////////////////////////
    179179
    180 #if defined (RT_OS_DARWIN)
    181   /* CFBase.h defines these*/
     180#if defined (RT_OS_DARWIN) || (defined (QT_VERSION) && (QT_VERSION >= 0x040000))
     181  /* CFBase.h defines these &
     182   * qglobal.h from Qt4 defines these */
    182183# undef FALSE
    183184# undef TRUE
    184 #endif  /* RT_OS_DARWIN */
     185#endif  /* RT_OS_DARWIN || QT_VERSION */
    185186
    186187#include <nsID.h>
Note: See TracChangeset for help on using the changeset viewer.

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