// MOUTINST.CPP
// Used to build a static object 
// to be stored in the Windows 
// .LIB file for the DLL. 

#include "mstream.h"
	// static instance of class
mstream mout;



