Changeset 66087 in vbox
- Timestamp:
- Mar 14, 2017 12:53:38 PM (8 years ago)
- File:
-
- 1 edited
-
trunk/include/VBox/shflsvc.h (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/shflsvc.h
r62476 r66087 32 32 #include <VBox/hgcmsvc.h> 33 33 #include <iprt/fs.h> 34 #include <iprt/assert.h> 34 35 35 36 … … 153 154 * Shared folder string buffer structure. 154 155 */ 155 #pragma pack(1)156 156 typedef struct _SHFLSTRING 157 157 { … … 165 165 union 166 166 { 167 uint8_t utf8[ 1];167 uint8_t utf8[2]; 168 168 uint16_t ucs2[1]; 169 169 } String; 170 170 } SHFLSTRING; 171 #pragma pack() 171 AssertCompileSize(SHFLSTRING, 6); 172 172 173 173 #define SHFLSTRING_HEADER_SIZE RT_UOFFSETOF(SHFLSTRING, String)
Note:
See TracChangeset
for help on using the changeset viewer.

