2025-04-27 07:49:33 -04:00

35 lines
1.2 KiB
Plaintext
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

;/*
; * Microsoft Confidential
; * Copyright (C) Microsoft Corporation 1988 - 1991
; * All Rights Reserved.
; */
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ;AN000;
;; DOS - GRAPHICS Command
;;
;; ;AN000;
;; File Name: GRINT2FH.EXT ;AN000;
;; ---------- ;AN000;
;; ;AN000;
;; Description: ;AN000;
;; ------------ ;AN000;
;; External declarations for code and data defined in ;AN000;
;; GRINT2FH.ASM ;AN000;
;; ;AN000;
;; Change History:
;; ---------------
;; M001 NSM 1/30/91 decl. for new int 10 handler
;;
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ;AN000;
;; ;AN000;
EXTRN OLD_INT_2FH:DWORD ;; ;AN000;
EXTRN INT_2FH_DRIVER:NEAR ;; ;AN000;
EXTRN INT_10H_DRIVER:NEAR ;; /* M001 */
EXTRN PRT_SCR_2FH_NUMBER:ABS ;; ;AN000;
EXTRN SHARED_DATA_AREA_PTR:WORD ;AN000;
EXTRN RESIDENT_CODE_SEG:WORD ;AN000;
;; ;AN000;
;; ;AN000;
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ;AN000;