File:  [OS/2 SDKs] / os2sdk / startup / version.inc
Revision 1.1.1.1 (vendor branch): download - view: text, annotated - select for diffs
Thu Aug 9 12:25:13 2018 UTC (7 years, 9 months ago) by root
Branches: msft, MAIN
CVS tags: os2sdk-1987, HEAD
Microsoft OS/2 SDK 12-15-1987

;***
;version.inc - defines current memory model
;
;	Copyright (c) 1987, Microsoft Corporation.  All rights reserved.
;
;Purpose:
;	This file defines the current memory model being used.
;
;*******************************************************************************

?PLM=	0
?WIN=	0

ifdef	mem_s
	memS	equ	1	; small model
endif

ifdef	mem_m
	memM	equ	1	; medium model
endif

ifdef	mem_c
	memC	equ	1	; compact model
endif

ifdef	mem_l
	memL	equ	1	; large model
endif

unix.superglobalmegacorp.com

This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.