VirtualBox

Changeset 505 in vbox for trunk/include/VBox


Ignore:
Timestamp:
Feb 1, 2007 2:07:12 PM (18 years ago)
Author:
vboxsync
Message:

TAP update

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/VBox/tapwin32.h

    r1 r505  
    2222#define __VBox_tapwin32_h__
    2323
    24 #include <windows.h>
     24#define TAP_DRIVER_MAJOR_VERSION    8
     25#define TAP_DRIVER_MINOR_VERSION    1
    2526
    2627//=============
     
    3031typedef struct
    3132{
    32     DWORD major;
    33     DWORD minor;
    34     DWORD debug;
     33    ULONG major;
     34    ULONG minor;
     35    ULONG debug;
    3536} TAP_VERSION;
    3637
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