Zortech C++ 3.1  Patch/Fix
==========================
Patch #:        006
Date:           13 January 1993
Platform:       DOS/Windows
Domain:         Libraries
Reference:      744
Affected files: libdos\zwm.lib              libdos\zwl.lib
                source\clib\flt87.asm

Description:    In the WINLEAVE macro, DEC BP steps on flags. As
                a result, incorrect results will be returned by some
                inline 80x87 code under Windows in medium and large
                memory models.  This correct the problem.

Installation:   1) replace source\clib\flt87.asm with flt86.asm
                2) place new object modules in library files, using
                   the commands:

                   zorlib [library] -flt87.obj,,
                   zorlib [library] +flt87[model].obj,,

                   For example, in medium model:

                   zorlib zwm.lib -flt87.obj,,
                   zorlib zwm.lib +flt87mw.obj,,

Attachments:

flt87.asm        6395   1-13-93   3:10 source\clib\flt87.asm
flt87lw.obj       725   1-13-93   3:10 flt87.obj - large Windows model
flt87mw.obj       725   1-13-93   3:10 flt87.obj - medium Windows model

Copyright (c) 1992 Symantec Corporation. All Rights Reserved.

EOF
