Changeset 76527 in vbox for trunk/src/VBox/HostDrivers/VBoxNetFlt
- Timestamp:
- Dec 30, 2018 5:55:44 AM (6 years ago)
- svn:sync-xref-src-repo-rev:
- 127829
- Location:
- trunk/src/VBox/HostDrivers/VBoxNetFlt
- Files:
-
- 9 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostDrivers/VBoxNetFlt/VBoxNetFltInternal.h
r75690 r76527 27 27 #ifndef ___VBoxNetFltInternal_h___ 28 28 #define ___VBoxNetFltInternal_h___ 29 #ifndef RT_WITHOUT_PRAGMA_ONCE 30 # pragma once 31 #endif 29 32 30 33 #include <VBox/sup.h> -
trunk/src/VBox/HostDrivers/VBoxNetFlt/win/drv/VBoxNetFltCmn-win.h
r69500 r76527 28 28 #ifndef ___VBoxNetFltCmn_win_h___ 29 29 #define ___VBoxNetFltCmn_win_h___ 30 #ifndef RT_WITHOUT_PRAGMA_ONCE 31 # pragma once 32 #endif 30 33 31 34 #define LOG_GROUP LOG_GROUP_NET_FLT_DRV -
trunk/src/VBox/HostDrivers/VBoxNetFlt/win/drv/VBoxNetFltM-win.h
r69500 r76527 27 27 #ifndef ___VBoxNetFltM_win_h___ 28 28 #define ___VBoxNetFltM_win_h___ 29 #ifndef RT_WITHOUT_PRAGMA_ONCE 30 # pragma once 31 #endif 29 32 30 33 DECLHIDDEN(NDIS_STATUS) vboxNetFltWinMpRegister(PVBOXNETFLTGLOBALS_MP pGlobalsMp, PDRIVER_OBJECT pDriverObject, PUNICODE_STRING pRegistryPathStr); -
trunk/src/VBox/HostDrivers/VBoxNetFlt/win/drv/VBoxNetFltP-win.h
r69500 r76527 24 24 * terms and conditions of either the GPL or the CDDL or both. 25 25 */ 26 26 27 #ifndef ___VBoxNetFltP_win_h___ 27 28 #define ___VBoxNetFltP_win_h___ 29 #ifndef RT_WITHOUT_PRAGMA_ONCE 30 # pragma once 31 #endif 28 32 29 33 #ifdef VBOXNETADP -
trunk/src/VBox/HostDrivers/VBoxNetFlt/win/drv/VBoxNetFltRt-win.h
r73097 r76527 24 24 * terms and conditions of either the GPL or the CDDL or both. 25 25 */ 26 26 27 #ifndef ___VBoxNetFltRt_win_h___ 27 28 #define ___VBoxNetFltRt_win_h___ 29 #ifndef RT_WITHOUT_PRAGMA_ONCE 30 # pragma once 31 #endif 28 32 DECLHIDDEN(VOID) vboxNetFltWinUnload(IN PDRIVER_OBJECT DriverObject); 29 33 -
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 -
trunk/src/VBox/HostDrivers/VBoxNetFlt/win/nobj/VBoxNetFltNobj.h
r69500 r76527 24 24 * terms and conditions of either the GPL or the CDDL or both. 25 25 */ 26 26 27 #ifndef ___VBoxNetFltNobj_h___ 27 28 #define ___VBoxNetFltNobj_h___ 29 #ifndef RT_WITHOUT_PRAGMA_ONCE 30 # pragma once 31 #endif 28 32 29 33 #include <iprt/win/windows.h> -
trunk/src/VBox/HostDrivers/VBoxNetFlt/win/nobj/VBoxNetFltNobjRc.h
r69500 r76527 24 24 * terms and conditions of either the GPL or the CDDL or both. 25 25 */ 26 26 27 #ifndef ___VBoxNetFltNobjRc_h___ 27 28 #define ___VBoxNetFltNobjRc_h___ 29 #ifndef RT_WITHOUT_PRAGMA_ONCE 30 # pragma once 31 #endif 28 32 29 33 /* registry script rc ID */ -
trunk/src/VBox/HostDrivers/VBoxNetFlt/win/nobj/VBoxNetFltNobjT.idl
r69500 r76527 1 1 /* $Id$ */ 2 2 /** @file 3 * VBoxNetFltNobjT.idl - Notify Object for Bridged Networking Driver. 4 5 * Type lib definition 3 * VBoxNetFltNobjT.idl - Notify Object for Bridged Networking Driver, typelib definition. 6 4 */ 7 5
Note:
See TracChangeset
for help on using the changeset viewer.