Changeset 36207 in vbox for trunk/src/VBox/HostDrivers/VBoxNetFlt
- Timestamp:
- Mar 8, 2011 5:12:10 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostDrivers/VBoxNetFlt/win/drv/VBoxNetFltM-win.h
r36184 r36207 1 1 /* $Id$ */ 2 2 /** @file 3 * VBoxNetFltM-win.h - Bridged Networking Driver, Windows Specific Code. 4 * Miniport edge API 3 * VBoxNetFltM-win.h - Bridged Networking Driver, Windows Specific Code - Miniport edge API 5 4 */ 5 6 6 /* 7 7 * Copyright (C) 2011 Oracle Corporation … … 15 15 * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. 16 16 */ 17 17 18 #ifndef ___VBoxNetFltM_win_h___ 18 19 #define ___VBoxNetFltM_win_h___ … … 38 39 #endif 39 40 40 #endif /* #ifndef ___VBoxNetFltM_win_h___ */ 41 #endif /* !___VBoxNetFltM_win_h___ */ 42
Note:
See TracChangeset
for help on using the changeset viewer.