|
|
Greenleaf Comm Library
;
; _KILL386.EQU 5.20A June 8, 1995
;
; The Greenleaf Comm Library
;
; Copyright (C) 1991-94 Greenleaf Software Inc. All Rights Reserved.
;
; NOTES
;
; This file contains the definitions that 32 bit protected mode assembly
; language should use to access the _asi_kill_time function. Mostly,
; this is done via the KILL_TIME macro.
;
; MODIFICATIONS
;
; December 1, 1994 5.10A : Initial release.
;
;
; You will note that I have an ifdef that prevents this definition from
; being assembled when I am inside KILL386.ASM. This prevents a clash
; between the EXTRN declaraction here and the PUBLIC definition in
; KILL386.ASM.
;
IFNDEF _KILL32
PISRCODE SEGMENT BYTE PUBLIC USE32 'CODE'
EXTRN C _asi_kill_time:NEAR
PISRCODE ENDS
ENDIF
KILL_TIME MACRO
call near ptr _asi_kill_time
ENDM
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.