VirtualBox

Changeset 1717 in vbox


Ignore:
Timestamp:
Mar 27, 2007 11:09:57 AM (18 years ago)
Author:
vboxsync
Message:

64 bits windows build fixes

File:
1 edited

Legend:

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

    r1708 r1717  
    3737#include <iprt/string.h>
    3838
    39 #ifdef __WIN32__
     39#ifdef __WIN__
    4040#include <windows.h>
    4141#include <winioctl.h>
     
    4545#include <linux/hdreg.h>
    4646#include <linux/fs.h>
    47 #endif /* !__WIN32__ && !__LINUX__ */
     47#endif /* !__WIN__ && !__LINUX__ */
    4848
    4949#include "Builtins.h"
     
    329329        pThis->cSectors = 0;
    330330        pThis->enmTranslation = PDMBIOSTRANSLATION_AUTO;
    331 #ifdef __WIN32__
     331#ifdef __WIN__
    332332        DISK_GEOMETRY DriveGeo;
    333333        DWORD cbDriveGeo;
     
    379379#else
    380380        /** @todo add further host OS geometry detection mechanisms. */
    381         AssertMsgFail("Host disk support for this host is unimplemented.\n");
     381        AssertMsgFailed("Host disk support for this host is unimplemented.\n");
    382382        rc = VERR_NOT_IMPLEMENTED;
    383383#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