home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / FILEDLG6.ZIP / ERRMSG.ZIP / FLTUSED.ASM < prev    next >
Assembly Source File  |  1989-11-28  |  506b  |  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.