VirtualBox

Changeset 76384 in vbox


Ignore:
Timestamp:
Dec 23, 2018 12:54:07 AM (6 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
127682
Message:

include/VBox/vmm/pdmifs.h: Don't include hgcmsvc.h just for VBOXHGCMSVCPARM as it drags in all kinds of stuff. bugref:9344

Location:
trunk/src/VBox/Devices/Storage
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Devices/Storage/DrvHostBase-darwin.cpp

    r69500 r76384  
    1515 * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind.
    1616 */
     17
     18/*********************************************************************************************************************************
     19*   Header Files                                                                                                                 *
     20*********************************************************************************************************************************/
    1721#define LOG_GROUP LOG_GROUP_DRV_HOST_BASE
    1822#include <mach/mach.h>
     
    2630#include <mach/mach_error.h>
    2731#include <VBox/scsi.h>
    28 
    29 /** Maximum buffer size we support, check whether darwin has some real upper limit. */
    30 #define DARWIN_SCSI_MAX_BUFFER_SIZE (100 * _1K)
     32#include <iprt/string.h>
     33
    3134
    3235/**
     
    5760#include "DrvHostBase.h"
    5861
     62
     63/*********************************************************************************************************************************
     64*   Defined Constants And Macros                                                                                                 *
     65*********************************************************************************************************************************/
     66/** Maximum buffer size we support, check whether darwin has some real upper limit. */
     67#define DARWIN_SCSI_MAX_BUFFER_SIZE (100 * _1K)
     68
    5969/** The runloop input source name for the disk arbitration events. */
    60 # define MY_RUN_LOOP_MODE    CFSTR("drvHostBaseDA") /** @todo r=bird: Check if this will cause trouble in the same way that the one in the USB code did. */
     70#define MY_RUN_LOOP_MODE  CFSTR("drvHostBaseDA") /** @todo r=bird: Check if this will cause trouble in the same way that the one in the USB code did. */
     71
     72
    6173
    6274/**
  • trunk/src/VBox/Devices/Storage/DrvHostBase-win.cpp

    r73097 r76384  
    1515 * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind.
    1616 */
     17
     18
     19/*********************************************************************************************************************************
     20*   Header Files                                                                                                                 *
     21*********************************************************************************************************************************/
    1722#define LOG_GROUP LOG_GROUP_DRV_HOST_BASE
    1823#pragma warning(disable : 4163)
     
    7984#include <iprt/ctype.h>
    8085#include <iprt/file.h>
     86#include <iprt/string.h>
    8187#include <VBox/scsi.h>
    82 
    83 /** Maximum buffer size we support, check whether darwin has some real upper limit. */
    84 #define WIN_SCSI_MAX_BUFFER_SIZE (100 * _1K)
    8588
    8689/**
     
    104107#define DRVHOSTBASE_OS_INT_DECLARED
    105108#include "DrvHostBase.h"
     109
     110
     111/*********************************************************************************************************************************
     112*   Defined Constants And Macros                                                                                                 *
     113*********************************************************************************************************************************/
     114/** Maximum buffer size we support, check whether darwin has some real upper limit. */
     115#define WIN_SCSI_MAX_BUFFER_SIZE (100 * _1K)
     116
    106117
    107118
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