VirtualBox

Ignore:
Timestamp:
Jan 5, 2010 8:19:10 AM (15 years ago)
Author:
vboxsync
Message:

DOXYGEN -> DOXYGEN_RUNNING.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/recompiler/VBoxREMWrapper.cpp

    r25528 r25642  
    160160 * early porting (before we start running stuff).
    161161 */
    162 #if defined(__DOXYGEN__)
     162#if defined(DOXYGEN_RUNNING)
    163163# define USE_REM_STUBS
    164164#endif
     
    168168 * use calling convention wrappers.
    169169 */
    170 #if (defined(RT_ARCH_AMD64) && defined(RT_OS_WINDOWS)) || defined(__DOXYGEN__)
     170#if (defined(RT_ARCH_AMD64) && defined(RT_OS_WINDOWS)) || defined(DOXYGEN_RUNNING)
    171171# define USE_REM_CALLING_CONVENTION_GLUE
    172172#endif
     
    176176 * emit some jump glue to deal with big addresses.
    177177 */
    178 #if (defined(RT_ARCH_AMD64) && !defined(USE_REM_CALLING_CONVENTION_GLUE) && !defined(RT_OS_DARWIN)) || defined(__DOXYGEN__)
     178#if (defined(RT_ARCH_AMD64) && !defined(USE_REM_CALLING_CONVENTION_GLUE) && !defined(RT_OS_DARWIN)) || defined(DOXYGEN_RUNNING)
    179179# define USE_REM_IMPORT_JUMP_GLUE
    180180#endif
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