00001 // 00002 // Copyright (c) 2000 by Tech Soft 3D, LLC. 00003 // The information contained herein is confidential and proprietary to 00004 // Tech Soft 3D, LLC., and considered a trade secret as defined under 00005 // civil and criminal statutes. Tech Soft 3D shall pursue its civil 00006 // and criminal remedies in the event of unauthorized use or misappropriation 00007 // of its trade secrets. Use of this information by anyone other than 00008 // authorized employees of Tech Soft 3D, LLC. is granted only under a 00009 // written non-disclosure agreement, expressly prescribing the scope and 00010 // manner of such use. 00011 // 00012 // $Header: /files/homes/master/cvs/hoops_master/hoops_mfc/source/Hmfc.h,v 1.2 2000/02/28 13:11:00 Gavin Exp $ 00013 // 00014 00015 #ifdef HOOPS_MFC_EXPORTS 00016 # define HMFC_API __declspec (dllexport) 00017 #else 00018 # define HMFC_API __declspec (dllimport) 00019 #endif