Changeset 75333 in vbox
- Timestamp:
- Nov 9, 2018 1:20:06 AM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/shflsvc.h
r72627 r75333 173 173 { 174 174 #if 1 175 char ach[1]; /**< UTF-8 but with a type that makes some more sense. */ 175 176 uint8_t utf8[1]; 176 177 RTUTF16 utf16[1]; … … 539 540 SHFL_FILE_CREATED, 540 541 /** Existing file was replaced or overwritten. */ 541 SHFL_FILE_REPLACED 542 SHFL_FILE_REPLACED, 543 /** Blow the type up to 32-bit. */ 544 SHFL_32BIT_HACK = 0x7fffffff 542 545 } SHFLCREATERESULT; 546 AssertCompile(SHFL_NO_RESULT == 0); 547 AssertCompileSize(SHFLCREATERESULT, 4); 543 548 544 549
Note:
See TracChangeset
for help on using the changeset viewer.