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.

37 lines
1.2 KiB

  1. /************************************************************************/
  2. /* */
  3. /* RCPP - Resource Compiler Pre-Processor for NT system */
  4. /* */
  5. /* MAIN.C - Main Program */
  6. /* */
  7. /* 28-Nov-90 w-BrianM Created to remove the need for MKMSG.EXE */
  8. /* */
  9. /************************************************************************/
  10. /************************************************************************/
  11. /**** ****/
  12. /**** NOTE - All changees in this file must be duplicated in GETMSG.H****/
  13. /**** ****/
  14. /************************************************************************/
  15. #define MSG_LEFT 301
  16. #define MSG_RIGHT 302
  17. #define MSG_UC_UNNAMED 303
  18. #define MSG_LC_UNNAMED 304
  19. #define MSG_COMMA 305
  20. #define MSG_CAST_LVAL 306
  21. #define MSG_EXT_INIT 307
  22. #define MSG_TYPEDEF 308
  23. #define MSG_EXT_REDEF 309
  24. #define MSG_MAC_FORMALS 310
  25. #define MSG_NO_SEMI 311
  26. #define MSG_BITFIELDS 312
  27. #define MSG_WARN 313
  28. #define MSG_ERROR 314
  29. #define MSG_FATAL 315
  30. #define MSG_BLOCK_FUNCDECL 316
  31. #define MSG_CASTTO_FUNC 317
  32. #define MSG_CASTTO_NONFUNC 318
  33. #define MSG_ELLIPSIS 320
  34. #define MSG_TOLEVEL0 321