VirtualBox

Changeset 3672 in vbox for trunk/src/VBox/Runtime/include


Ignore:
Timestamp:
Jul 17, 2007 12:39:30 PM (18 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
22950
Message:

RT_OS_* and RT_ARCH_* for Runtime/ and Support/

Location:
trunk/src/VBox/Runtime/include/internal
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Runtime/include/internal/dir.h

    r2981 r3672  
    7979#endif
    8080
    81 #ifdef __WIN__
     81#ifdef RT_OS_WINDOWS
    8282    /** Handle to the opened directory search. */
    8383    HANDLE              hDir;
  • trunk/src/VBox/Runtime/include/internal/fs.h

    r2981 r3672  
    2424
    2525#include <iprt/types.h>
    26 #ifndef __WIN__
     26#ifndef RT_OS_WINDOWS
    2727# include <sys/stat.h>
    2828#endif
     
    3737
    3838size_t  rtPathVolumeSpecLen(const char *pszPath);
    39 #ifndef __WIN__
     39#ifndef RT_OS_WINDOWS
    4040void    rtFsConvertStatToObjInfo(PRTFSOBJINFO pObjInfo, const struct stat *pStat, const char *pszName, unsigned cbName);
    4141#endif
    4242
    43 #ifdef __LINUX__
     43#ifdef RT_OS_LINUX
    4444# ifdef __USE_MISC
    4545#  define HAVE_STAT_TIMESPEC_BRIEF
  • trunk/src/VBox/Runtime/include/internal/path.h

    r2981 r3672  
    2929extern char g_szrtProgramPath[RTPATH_MAX];
    3030
    31 #if defined(__OS2__) || defined(__WIN__)
     31#if defined(RT_OS_OS2) || defined(RT_OS_WINDOWS)
    3232# define HAVE_UNC 1
    3333# define HAVE_DRIVE 1
  • trunk/src/VBox/Runtime/include/internal/thread.h

    r2981 r3672  
    8888    /** The current thread state. */
    8989    RTTHREADSTATE volatile  enmState;
    90 #if defined(__WIN__) && defined(IN_RING3)
     90#if defined(RT_OS_WINDOWS) && defined(IN_RING3)
    9191    /** The thread handle.
    9292     * This is not valid until the create function has returned! */
     
    190190
    191191#ifdef IN_RING3
    192 # ifdef __WIN__
     192# ifdef RT_OS_WINDOWS
    193193/**
    194194 * Callback for when a native thread is detaching.
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