Changeset 76527 in vbox for trunk/src/VBox/HostDrivers/VBoxUSB/win/mon
- Timestamp:
- Dec 30, 2018 5:55:44 AM (6 years ago)
- svn:sync-xref-src-repo-rev:
- 127829
- Location:
- trunk/src/VBox/HostDrivers/VBoxUSB/win/mon
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostDrivers/VBoxUSB/win/mon/VBoxUsbFlt.h
r69500 r76527 27 27 #ifndef ___win_mon_VBoxUsbFlt_h___ 28 28 #define ___win_mon_VBoxUsbFlt_h___ 29 #ifndef RT_WITHOUT_PRAGMA_ONCE 30 # pragma once 31 #endif 29 32 30 33 #include "VBoxUsbMon.h" -
trunk/src/VBox/HostDrivers/VBoxUSB/win/mon/VBoxUsbHook.h
r69500 r76527 26 26 #ifndef ___VBoxUsbHook_h___ 27 27 #define ___VBoxUsbHook_h___ 28 #ifndef RT_WITHOUT_PRAGMA_ONCE 29 # pragma once 30 #endif 28 31 29 32 #include "VBoxUsbMon.h" -
trunk/src/VBox/HostDrivers/VBoxUSB/win/mon/VBoxUsbMon.h
r69500 r76527 23 23 * terms and conditions of either the GPL or the CDDL or both. 24 24 */ 25 25 26 #ifndef ___VBoxUsbMon_h___ 26 27 #define ___VBoxUsbMon_h___ 28 #ifndef RT_WITHOUT_PRAGMA_ONCE 29 # pragma once 30 #endif 27 31 28 32 #include <VBox/cdefs.h>
Note:
See TracChangeset
for help on using the changeset viewer.