Changeset 76527 in vbox for trunk/src/VBox/HostDrivers/VBoxUSB/win/dev
- Timestamp:
- Dec 30, 2018 5:55:44 AM (6 years ago)
- Location:
- trunk/src/VBox/HostDrivers/VBoxUSB/win/dev
- Files:
-
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostDrivers/VBoxUSB/win/dev/VBoxUsbCmn.h
r69500 r76527 23 23 * terms and conditions of either the GPL or the CDDL or both. 24 24 */ 25 25 26 #ifndef ___VBoxUsbCmn_h___ 26 27 #define ___VBoxUsbCmn_h___ 28 #ifndef RT_WITHOUT_PRAGMA_ONCE 29 # pragma once 30 #endif 27 31 28 32 #include "../cmn/VBoxDrvTool.h" -
trunk/src/VBox/HostDrivers/VBoxUSB/win/dev/VBoxUsbDev.h
r69500 r76527 27 27 #ifndef ___VBoxUsbDev_h___ 28 28 #define ___VBoxUsbDev_h___ 29 #ifndef RT_WITHOUT_PRAGMA_ONCE 30 # pragma once 31 #endif 29 32 30 33 #include "VBoxUsbCmn.h" -
trunk/src/VBox/HostDrivers/VBoxUSB/win/dev/VBoxUsbPnP.h
r69500 r76527 27 27 #ifndef ___VBoxUsbPnP_h___ 28 28 #define ___VBoxUsbPnP_h___ 29 #ifndef RT_WITHOUT_PRAGMA_ONCE 30 # pragma once 31 #endif 29 32 #include "VBoxUsbCmn.h" 30 33 -
trunk/src/VBox/HostDrivers/VBoxUSB/win/dev/VBoxUsbPwr.h
r69500 r76527 26 26 #ifndef ___VBoxUsbPwr_h___ 27 27 #define ___VBoxUsbPwr_h___ 28 #ifndef RT_WITHOUT_PRAGMA_ONCE 29 # pragma once 30 #endif 28 31 29 32 typedef struct VBOXUSB_PWRSTATE -
trunk/src/VBox/HostDrivers/VBoxUSB/win/dev/VBoxUsbRt.h
r69500 r76527 23 23 * terms and conditions of either the GPL or the CDDL or both. 24 24 */ 25 25 26 #ifndef ___VBoxUsbRt_h___ 26 27 #define ___VBoxUsbRt_h___ 28 #ifndef RT_WITHOUT_PRAGMA_ONCE 29 # pragma once 30 #endif 27 31 28 32 #include "VBoxUsbCmn.h"
Note:
See TracChangeset
for help on using the changeset viewer.