Alphabetical Class Index   File Members   Compound Members   File List  

HMFCGlobals.h
1 //
2 // Copyright (c) 2000 by Tech Soft 3D, LLC.
3 // The information contained herein is confidential and proprietary to
4 // Tech Soft 3D, LLC., and considered a trade secret as defined under
5 // civil and criminal statutes. Tech Soft 3D shall pursue its civil
6 // and criminal remedies in the event of unauthorized use or misappropriation
7 // of its trade secrets. Use of this information by anyone other than
8 // authorized employees of Tech Soft 3D, LLC. is granted only under a
9 // written non-disclosure agreement, expressly prescribing the scope and
10 // manner of such use.
11 //
12 // $Id: e7fbdf6e881c4e4fb58014f56c7e945ea7ce610a $
13 //
14 
15 #ifndef HMFC_STATIC_LIB
16 # ifdef HOOPS_MFC_EXPORTS
17 # define HMFC_API __declspec (dllexport)
18 # else
19 # define HMFC_API __declspec (dllimport)
20 # endif
21 #else
22 # define HMFC_API
23 #endif