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.

41 lines
1.2 KiB

  1. page 60,120
  2. ;/*
  3. ; * Microsoft Confidential
  4. ; * Copyright (C) Microsoft Corporation 1991
  5. ; * All Rights Reserved.
  6. ; */
  7. ; @@04 07/30/86 Fix second APPEND hang PTM P0000053
  8. ; @@05 08/13/86 Fix bad parm message PTM P0000125
  9. ; @@10 08/28/86 Change message for @@05 PTM P0000291
  10. ; @@11 09/10/86 Support message profile and make
  11. ; msg length variable. R.G. PTM P0000479
  12. cseg segment public para 'CODE'
  13. assume cs:cseg
  14. public bad_append_msg ;@@11
  15. public path_error_msg ;@@11
  16. public parm_error_msg ;@@11
  17. public path_parm_error_msg ;@@11
  18. public no_append_msg ;@@11
  19. public append_assign_msg ;@@11
  20. public append_tv_msg ;@@11
  21. public bad_DOS_msg ;@@11
  22. public second_append_msg ;@@11
  23. public len_bad_append_msg ;@@11
  24. public len_path_error_msg ;@@11
  25. public len_parm_error_msg ;@@11
  26. public len_path_parm_error_msg ;@@11
  27. public len_no_append_msg ;@@11
  28. public len_append_assign_msg ;@@11
  29. public len_append_tv_msg ;@@11
  30. public len_bad_DOS_msg ;@@11
  31. public len_second_append_msg ;@@11
  32. cr equ 13
  33. lf equ 10
  34. include appendm.inc
  35. cseg ends
  36. end
  37.