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.

45 lines
1.1 KiB

  1. page ,132
  2. if 0
  3. /*++
  4. Copyright (c) 1991 Microsoft Corporation
  5. Module Name:
  6. redirmsg.inc
  7. Abstract:
  8. Contains messages which we might want to internacionalize (geddit senorita?)
  9. Author:
  10. Richard L Firth (rfirth) 10-Mar-1993
  11. Environment:
  12. Dos mode
  13. Revision History:
  14. 10-Mar-1993 RFirth
  15. Created
  16. --*/
  17. endif
  18. CARRIAGE_RETURN equ 13
  19. LINE_FEED equ 10
  20. bad_ver_msg db "The program cannot be run on this version of MS-DOS", CARRIAGE_RETURN, LINE_FEED
  21. BAD_VER_MSG_LEN equ $-bad_ver_msg
  22. db '$' ; for INT 21/09 display string
  23. already_loaded_msg db "The Vdm Redirector is already loaded", CARRIAGE_RETURN, LINE_FEED
  24. ALREADY_LOADED_MSG_LEN equ $-already_loaded_msg
  25. ; OLD OLD OLD OLD OLD OLD OLD OLD OLD OLD OLD OLD OLD OLD OLD OLD OLD OLD OLD
  26. ;cannot_load_msg db "The Vdm Redirector cannot be loaded", CARRIAGE_RETURN, LINE_FEED
  27. ;CANNOT_LOAD_MSG_LEN equ $-cannot_load_msg
  28. ; OLD OLD OLD OLD OLD OLD OLD OLD OLD OLD OLD OLD OLD OLD OLD OLD OLD OLD OLD