VirtualBox

Changeset 30223 in vbox for trunk/src/VBox/Devices/Storage


Ignore:
Timestamp:
Jun 16, 2010 1:55:05 AM (15 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
62709
Message:

DrvHostDVD: More VCC100 intrinsic stupditity.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Devices/Storage/DrvHostDVD.cpp

    r29250 r30223  
    2323#define __STDC_LIMIT_MACROS
    2424#define __STDC_CONSTANT_MACROS
     25
    2526#ifdef RT_OS_DARWIN
    2627# include <mach/mach.h>
     
    7475
    7576#elif defined(RT_OS_WINDOWS)
     77# pragma warning(disable : 4163)
     78# define _interlockedbittestandset      they_messed_it_up_in_winnt_h_this_time_sigh__interlockedbittestandset
     79# define _interlockedbittestandreset    they_messed_it_up_in_winnt_h_this_time_sigh__interlockedbittestandreset
     80# define _interlockedbittestandset64    they_messed_it_up_in_winnt_h_this_time_sigh__interlockedbittestandset64
     81# define _interlockedbittestandreset64  they_messed_it_up_in_winnt_h_this_time_sigh__interlockedbittestandreset64
    7682# include <Windows.h>
    7783# include <winioctl.h>
    7884# include <ntddscsi.h>
     85# pragma warning(default : 4163)
     86# undef _interlockedbittestandset
     87# undef _interlockedbittestandreset
     88# undef _interlockedbittestandset64
     89# undef _interlockedbittestandreset64
    7990# undef USE_MEDIA_POLLING
    8091
     
    91102#endif
    92103
     104#include <iprt/asm.h>
    93105#include <VBox/pdmdrv.h>
    94106#include <iprt/asm.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