Aspera Developer Documentation
FaspManagerCommon.h
Go to the documentation of this file.
1 
7 #ifndef __FASP_MANAGER_COMMON_H__
8 #define __FASP_MANAGER_COMMON_H__
9 
10 /* Defines pertaining to dll / static lib builds */
11 #ifdef FASP_MANAGER_EXPORTS // Defined for dll build
12  #define FASP_MANAGER_API __declspec( dllexport )
13 #elif defined FASP_MANAGER_IMPORTS // Defined by user of dll
14  #define FASP_MANAGER_API __declspec( dllimport )
15 #else
16  #define FASP_MANAGER_API // Defined for static lib build
17 #endif
18 
19 #endif /* __FASP_MANAGER_COMMON_H__ */

Copyright © 2005 - 2008 Aspera, Inc. | asperasoft.com