Alphabetical Class Index   File Members   Compound Members   File List  

HMFCGlobals.h
00001 // Copyright (c) 1998-2014 by Tech Soft 3D, Inc.
00002 //
00003 // The information contained herein is confidential and proprietary to Tech Soft 3D, Inc.,
00004 // and considered a trade secret as defined under civil and criminal statutes.
00005 // Tech Soft 3D, Inc. shall pursue its civil and criminal remedies in the event of
00006 // unauthorized use or misappropriation of its trade secrets.  Use of this information
00007 // by anyone other than authorized employees of Tech Soft 3D, Inc. is granted only under
00008 // a written non-disclosure agreement, expressly prescribing the scope and manner of such use.
00009 
00010 #ifndef HMFC_STATIC_LIB
00011 #   ifdef HOOPS_MFC_EXPORTS
00012 #       define HMFC_API  __declspec (dllexport)
00013 #   else
00014 #       define HMFC_API  __declspec (dllimport)
00015 #   endif
00016 #else
00017 #   define HMFC_API
00018 #endif