VirtualBox

Changeset 62720 in vbox for trunk/src/VBox/HostDrivers


Ignore:
Timestamp:
Jul 29, 2016 10:14:01 PM (9 years ago)
Author:
vboxsync
Message:

HostDrivers: warnings

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/HostDrivers/VBoxUSB/win/mon/VBoxUsbMon.cpp

    r62719 r62720  
    33 * VBox USB Monitor
    44 */
     5
    56/*
    67 * Copyright (C) 2011-2016 Oracle Corporation
     
    1516 */
    1617
     18
     19/*********************************************************************************************************************************
     20*   Header Files                                                                                                                 *
     21*********************************************************************************************************************************/
    1722#include "VBoxUsbMon.h"
    1823#include "../cmn/VBoxUsbIdc.h"
     
    2227#include <stdio.h>
    2328
     29
     30/*********************************************************************************************************************************
     31*   Defined Constants And Macros                                                                                                 *
     32*********************************************************************************************************************************/
    2433/*
    2534 * Note: Must match the VID & PID in the USB driver .inf file!!
     
    4150#define szDeviceTextDescription          L"VirtualBox USB"
    4251
     52
     53#define VBOXUSBMON_MEMTAG 'MUBV'
     54
     55
     56/*********************************************************************************************************************************
     57*   Structures and Typedefs                                                                                                      *
     58*********************************************************************************************************************************/
    4359typedef struct VBOXUSBMONINS
    4460{
     
    92108} VBOXUSBMONGLOBALS, *PVBOXUSBMONGLOBALS;
    93109
     110
     111/*********************************************************************************************************************************
     112*   Global Variables                                                                                                             *
     113*********************************************************************************************************************************/
    94114static VBOXUSBMONGLOBALS g_VBoxUsbMonGlobals;
    95115
    96 #define VBOXUSBMON_MEMTAG 'MUBV'
     116
    97117
    98118PVOID VBoxUsbMonMemAlloc(SIZE_T cbBytes)
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