VirtualBox

Ignore:
Timestamp:
Jun 12, 2011 6:37:56 PM (13 years ago)
Author:
vboxsync
Message:

Ran the source code massager (scm).

Location:
trunk/src/VBox/Additions/WINNT/Mouse/NT5
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Additions/WINNT/Mouse/NT5/VBoxMF.h

    r37225 r37423  
    3636#define IOCTL_INTERNAL_MOUSE_CONNECT CTL_CODE(FILE_DEVICE_MOUSE, 0x0080, METHOD_NEITHER, FILE_ANY_ACCESS)
    3737
    38 typedef VOID (*PFNSERVICECB)(PDEVICE_OBJECT DeviceObject, PMOUSE_INPUT_DATA InputDataStart, 
     38typedef VOID (*PFNSERVICECB)(PDEVICE_OBJECT DeviceObject, PMOUSE_INPUT_DATA InputDataStart,
    3939                             PMOUSE_INPUT_DATA InputDataEnd, PULONG InputDataConsumed);
    4040
  • trunk/src/VBox/Additions/WINNT/Mouse/NT5/VBoxMFDriver.cpp

    r37225 r37423  
    145145
    146146static void
    147 VBoxServiceCB(PDEVICE_OBJECT DeviceObject, PMOUSE_INPUT_DATA InputDataStart, 
     147VBoxServiceCB(PDEVICE_OBJECT DeviceObject, PMOUSE_INPUT_DATA InputDataStart,
    148148              PMOUSE_INPUT_DATA InputDataEnd, PULONG InputDataConsumed)
    149149{
  • trunk/src/VBox/Additions/WINNT/Mouse/NT5/VBoxMFInternal.cpp

    r37226 r37423  
    366366
    367367        LOG(("Number of descriptors: %d", pResourceList->Count));
    368        
     368
    369369        /* Check if device claims IO port 0x60 or int12 */
    370370        for (ULONG i=0; i<pResourceList->Count; ++i)
     
    429429{
    430430    LOGF_ENTER();
    431    
     431
    432432    if (!vboxIsVBGLInited())
    433433    {
     
    486486        }
    487487    }
    488    
     488
    489489    LOGF_LEAVE();
    490490}
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