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.

54 lines
961 B

  1. ;/*
  2. ; * Microsoft Confidential
  3. ; * Copyright (C) Microsoft Corporation 1991
  4. ; * All Rights Reserved.
  5. ; */
  6. ; ; ;
  7. NO equ 0
  8. YES equ not NO
  9. DOS_Found equ 0
  10. INIT equ 0
  11. Net_Check equ 1200h
  12. Assign_Check equ 8000h
  13. Found_Yes equ 1
  14. Found_No equ 0
  15. Asciiz_End equ 0
  16. ;DBCS_Blank_hi equ 81h
  17. DBCS_Blank equ DB_SP_LO
  18. DBCS_Vector_Size equ 2
  19. End_Of_Vector equ 0
  20. Blank equ " "
  21. Label_Length equ 11
  22. CR equ 13
  23. DBCS_VECTOR equ NO
  24. ;-------------------------------------------------------------------------------
  25. DRNUM EQU 5CH
  26. ; Exit status defines
  27. ExitOK equ 0
  28. ;-------------------------------------------------------------------------------
  29. ; These are the data structures which we will need
  30.