Category : C++ Source Code
Archive   : VCCRT2.ZIP
Filename : VERSION.INC

 
Output of file : VERSION.INC contained in archive : VCCRT2.ZIP
;***
;version.inc - defines current memory model
;
; Copyright (c) 1987-1992, Microsoft Corporation. All rights reserved.
;
;Purpose:
; This file defines the current memory model being used.
;
;*******************************************************************************

?PLM= 0

ifdef _WINDOWS
?WIN= 1 ; windows entry/exit sequence
else
?WIN= 0
endif

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


  3 Responses to “Category : C++ Source Code
Archive   : VCCRT2.ZIP
Filename : VERSION.INC

  1. Very nice! Thank you for this wonderful archive. I wonder why I found it only now. Long live the BBS file archives!

  2. This is so awesome! 😀 I’d be cool if you could download an entire archive of this at once, though.

  3. But one thing that puzzles me is the “mtswslnkmcjklsdlsbdmMICROSOFT” string. There is an article about it here. It is definitely worth a read: http://www.os2museum.com/wp/mtswslnk/