Leaked source code of windows server 2003
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
364 B

  1. #define RICHEDIT_VER "5.41.21.2500"
  2. #define RICHEDIT_VERMAJ 41
  3. #define RICHEDIT_VERMIN 21
  4. #define RICHEDIT_VERBUILD 2500
  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 ## ";}"