home *** CD-ROM | disk | FTP | other *** search
/ The C Users' Group Library 1994 August / wc-cdrom-cusersgrouplibrary-1994-08.iso / listings / v_11_07 / 1107032c < prev    next >
Text File  |  1993-04-28  |  188b  |  12 lines

  1. // MOUTINST.CPP
  2. // Used to build a static object 
  3. // to be stored in the Windows 
  4. // .LIB file for the DLL. 
  5.  
  6. #include "mstream.h"
  7.     // static instance of class
  8. mstream mout;
  9.  
  10.  
  11.  
  12.