Changeset 84067 in vbox for trunk/src/VBox/Runtime/common/err
- Timestamp:
- Apr 28, 2020 10:53:31 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/common/err/errmsg-sorter.cpp
r84054 r84067 38 38 39 39 40 #define ERRMSG_WITH_STRTAB41 #ifdef ERRMSG_WITH_STRTAB42 40 /* 43 41 * Include the string table code. 44 42 */ 45 # define BLDPROG_STRTAB_MAX_STRLEN 512 46 # define BLDPROG_STRTAB_WITH_COMPRESSION 47 # define BLDPROG_STRTAB_PURE_ASCII 48 # define BLDPROG_STRTAB_WITH_CAMEL_WORDS 49 # include <iprt/bldprog-strtab-template.cpp.h> 50 #endif 43 #define BLDPROG_STRTAB_MAX_STRLEN 512 44 #define BLDPROG_STRTAB_WITH_COMPRESSION 45 #define BLDPROG_STRTAB_PURE_ASCII 46 #define BLDPROG_STRTAB_WITH_CAMEL_WORDS 47 #include <iprt/bldprog-strtab-template.cpp.h> 51 48 52 49
Note:
See TracChangeset
for help on using the changeset viewer.