Changeset 57358 in vbox for trunk/src/VBox/Devices/testcase
- Timestamp:
- Aug 14, 2015 3:16:38 PM (10 years ago)
- svn:sync-xref-src-repo-rev:
- 102121
- Location:
- trunk/src/VBox/Devices/testcase
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/testcase/tstDeviceStructSize.cpp
r56292 r57358 18 18 */ 19 19 20 /******************************************************************************* 21 * Header Files * 22 *******************************************************************************/ 20 21 /********************************************************************************************************************************* 22 * Header Files * 23 *********************************************************************************************************************************/ 23 24 #include <VBox/types.h> 24 25 #include <iprt/x86.h> … … 115 116 116 117 117 /******************************************************************************* 118 * Defined Constants And Macros *119 ******************************************************************************* /118 /********************************************************************************************************************************* 119 * Defined Constants And Macros * 120 *********************************************************************************************************************************/ 120 121 /** 121 122 * Checks the offset of a data member. -
trunk/src/VBox/Devices/testcase/tstDeviceStructSizeRC.cpp
r57087 r57358 31 31 32 32 33 /******************************************************************************* 34 * Header Files *35 ******************************************************************************* /33 /********************************************************************************************************************************* 34 * Header Files * 35 *********************************************************************************************************************************/ 36 36 #define VBOX_DEVICE_STRUCT_TESTCASE 37 37 #define VBOX_WITH_HGCM /* grumble */
Note:
See TracChangeset
for help on using the changeset viewer.