Changeset 76527 in vbox for trunk/src/VBox/HostDrivers/VBoxNetFlt/win/drv/VBoxNetLwf-win.h
- Timestamp:
- Dec 30, 2018 5:55:44 AM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostDrivers/VBoxNetFlt/win/drv/VBoxNetLwf-win.h
r69500 r76527 23 23 * terms and conditions of either the GPL or the CDDL or both. 24 24 */ 25 25 26 #ifndef ___VBoxNetLwf_win_h___ 26 27 #define ___VBoxNetLwf_win_h___ 28 #ifndef RT_WITHOUT_PRAGMA_ONCE 29 # pragma once 30 #endif 27 31 28 32 #define VBOXNETLWF_VERSION_NDIS_MAJOR 6
Note:
See TracChangeset
for help on using the changeset viewer.