ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/REPOS_ERICCA/magic/outil/src/hypergraphlib_platform.h
Revision: 102
Committed: Mon May 26 11:51:43 2008 UTC (17 years, 1 month ago) by francois
Content type: text/plain
Original Path: magic/lib/outil/outil/src/HypergraphLib_platform.h
File size: 506 byte(s)
Log Message:
mise a jour linux des versions lib

File Contents

# User Rev Content
1 foucault 27 #ifndef HypergraphLib_PlatformH
2     #define HypergraphLib_PlatformH
3    
4     //----------------------------------------------------------------------------
5     // Microsoft Windows 2000/XP platform
6     //----------------------------------------------------------------------------
7 francois 102
8 foucault 27 #if defined(__BORLANDC__)
9    
10     #if defined(BUILT_DLL_OUTIL)
11     #define HYPERGRAPHLIB_ITEM __declspec(dllexport)
12     #else
13     #define HYPERGRAPHLIB_ITEM __declspec(dllimport)
14     #endif
15    
16     #else
17    
18     #define HYPERGRAPHLIB_ITEM
19    
20     #endif
21    
22    
23    
24     #endif