Source code of Windows XP (NT5)
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

  1. #define RICHEDIT_VER "5.41.15.1503"
  2. #define RICHEDIT_VERMAJ 41
  3. #define RICHEDIT_VERMIN 15
  4. #define RICHEDIT_VERBUILD 1503
  5. #ifdef DEBUG
  6. #define RICHEDIT_BUILD RICHEDIT_VER ## " (Debug)"
  7. #else
  8. #define RICHEDIT_BUILD RICHEDIT_VER
  9. #endif
  10. #define RICHEDIT_HEADER "Msftedit " ## RICHEDIT_BUILD
  11. #define RTF_GENINFO "{\\*\\generator " ## RICHEDIT_HEADER ## ";}"