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.

34 lines
1.2 KiB

  1. ;/*
  2. ; * Microsoft Confidential
  3. ; * Copyright (C) Microsoft Corporation 1988 - 1991
  4. ; * All Rights Reserved.
  5. ; */
  6. ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ;AN000;
  7. ;; DOS - GRAPHICS Command
  8. ;;
  9. ;; ;AN000;
  10. ;; File Name: GRINT2FH.EXT ;AN000;
  11. ;; ---------- ;AN000;
  12. ;; ;AN000;
  13. ;; Description: ;AN000;
  14. ;; ------------ ;AN000;
  15. ;; External declarations for code and data defined in ;AN000;
  16. ;; GRINT2FH.ASM ;AN000;
  17. ;; ;AN000;
  18. ;; Change History:
  19. ;; ---------------
  20. ;; M001 NSM 1/30/91 decl. for new int 10 handler
  21. ;;
  22. ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ;AN000;
  23. ;; ;AN000;
  24. EXTRN OLD_INT_2FH:DWORD ;; ;AN000;
  25. EXTRN INT_2FH_DRIVER:NEAR ;; ;AN000;
  26. EXTRN INT_10H_DRIVER:NEAR ;; /* M001 */
  27. EXTRN PRT_SCR_2FH_NUMBER:ABS ;; ;AN000;
  28. EXTRN SHARED_DATA_AREA_PTR:WORD ;AN000;
  29. EXTRN RESIDENT_CODE_SEG:WORD ;AN000;
  30. ;; ;AN000;
  31. ;; ;AN000;
  32. ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ;AN000;
  33.