Changeset 505 in vbox for trunk/include/VBox
- Timestamp:
- Feb 1, 2007 2:07:12 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/tapwin32.h
r1 r505 22 22 #define __VBox_tapwin32_h__ 23 23 24 #include <windows.h> 24 #define TAP_DRIVER_MAJOR_VERSION 8 25 #define TAP_DRIVER_MINOR_VERSION 1 25 26 26 27 //============= … … 30 31 typedef struct 31 32 { 32 DWORDmajor;33 DWORDminor;34 DWORDdebug;33 ULONG major; 34 ULONG minor; 35 ULONG debug; 35 36 } TAP_VERSION; 36 37
Note:
See TracChangeset
for help on using the changeset viewer.