mirror of https://github.com/tongzx/nt5src
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
11 lines
353 B
11 lines
353 B
#define RICHEDIT_VER "5.41.15.1503"
|
|
#define RICHEDIT_VERMAJ 41
|
|
#define RICHEDIT_VERMIN 15
|
|
#define RICHEDIT_VERBUILD 1503
|
|
#ifdef DEBUG
|
|
#define RICHEDIT_BUILD RICHEDIT_VER ## " (Debug)"
|
|
#else
|
|
#define RICHEDIT_BUILD RICHEDIT_VER
|
|
#endif
|
|
#define RICHEDIT_HEADER "Msftedit " ## RICHEDIT_BUILD
|
|
#define RTF_GENINFO "{\\*\\generator " ## RICHEDIT_HEADER ## ";}"
|