home *** CD-ROM | disk | FTP | other *** search
/ Power-Programmierung / CD2.mdf / c / library / os2 / filedlg5 / errmsg / fltused.asm < prev    next >
Encoding:
Assembly Source File  |  1989-11-28  |  506 b   |  13 lines

  1. ;-----------------------------------------------------------------------------
  2. ; FLTUSED.ASM -- Object module used to force MSC 5.1 to include floating
  3. ;                point support. This module is included to allow the
  4. ;                vsprintf function to be able to handle floating point
  5. ;                numbers if necessary.
  6. ;
  7. ; Modifications --
  8. ;   28-Nov-1989 : Initial version.
  9. ;-----------------------------------------------------------------------------
  10.  
  11. EXTRN   __fltused:NEAR
  12. END
  13.