|
a/src/common/cstr.h |
|
b/src/common/cstr.h |
|
... |
|
... |
39 |
#else
|
39 |
#else
|
40 |
#define DEF_CSTR(NM, STR) extern const string cstr_##NM
|
40 |
#define DEF_CSTR(NM, STR) extern const string cstr_##NM
|
41 |
#endif
|
41 |
#endif
|
42 |
|
42 |
|
43 |
DEF_CSTR(caption, "caption");
|
43 |
DEF_CSTR(caption, "caption");
|
|
|
44 |
DEF_CSTR(colon, ":");
|
44 |
DEF_CSTR(dmtime, "dmtime");
|
45 |
DEF_CSTR(dmtime, "dmtime");
|
45 |
DEF_CSTR(dquote, "\"");
|
46 |
DEF_CSTR(dquote, "\"");
|
46 |
DEF_CSTR(fbytes, "fbytes");
|
47 |
DEF_CSTR(fbytes, "fbytes");
|
47 |
DEF_CSTR(fileu, "file://");
|
48 |
DEF_CSTR(fileu, "file://");
|
48 |
DEF_CSTR(fmtime, "fmtime");
|
49 |
DEF_CSTR(fmtime, "fmtime");
|