Changeset 76565 in vbox for trunk/src/VBox/Devices/testcase
- Timestamp:
- Jan 1, 2019 4:23:20 AM (6 years ago)
- Location:
- trunk/src/VBox/Devices/testcase
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/testcase/tstDeviceInternal.h
r76553 r76565 15 15 */ 16 16 17 #ifndef ___tstDeviceInternal_h18 #define ___tstDeviceInternal_h17 #ifndef VBOX_INCLUDED_SRC_testcase_tstDeviceInternal_h 18 #define VBOX_INCLUDED_SRC_testcase_tstDeviceInternal_h 19 19 #ifndef RT_WITHOUT_PRAGMA_ONCE 20 20 # pragma once … … 239 239 RT_C_DECLS_END 240 240 241 #endif 241 #endif /* !VBOX_INCLUDED_SRC_testcase_tstDeviceInternal_h */ -
trunk/src/VBox/Devices/testcase/tstDevicePlugin.h
r76553 r76565 15 15 */ 16 16 17 #ifndef ___tstDevicePlugin_h18 #define ___tstDevicePlugin_h17 #ifndef VBOX_INCLUDED_SRC_testcase_tstDevicePlugin_h 18 #define VBOX_INCLUDED_SRC_testcase_tstDevicePlugin_h 19 19 #ifndef RT_WITHOUT_PRAGMA_ONCE 20 20 # pragma once … … 126 126 #define TSTDEV_PLUGIN_LOAD_NAME "TSTDevPluginLoad" 127 127 128 #endif 128 #endif /* !VBOX_INCLUDED_SRC_testcase_tstDevicePlugin_h */ -
trunk/src/VBox/Devices/testcase/tstDeviceVMMInternal.h
r76561 r76565 16 16 */ 17 17 18 #ifndef ___tstDeviceVMMInternal_h19 #define ___tstDeviceVMMInternal_h18 #ifndef VBOX_INCLUDED_SRC_testcase_tstDeviceVMMInternal_h 19 #define VBOX_INCLUDED_SRC_testcase_tstDeviceVMMInternal_h 20 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 21 # pragma once … … 361 361 RT_C_DECLS_END 362 362 363 #endif 364 363 #endif /* !VBOX_INCLUDED_SRC_testcase_tstDeviceVMMInternal_h */ 364
Note:
See TracChangeset
for help on using the changeset viewer.