Revision: | 5 |
Committed: | Tue Jun 12 20:26:34 2007 UTC (17 years, 11 months ago) |
Content type: | text/plain |
Original Path: | magic/lib/diamesh/diamesh/src/diamesh.h |
File size: | 344 byte(s) |
Log Message: |
# | User | Rev | Content |
---|---|---|---|
1 | 5 | ||
2 | #ifndef _DIAMESH__ | ||
3 | #define _DIAMESH__ | ||
4 | |||
5 | #ifdef WINDOWS_VERSION | ||
6 | #ifdef BUILT_DLL_MAILLEUR_DIAMESH | ||
7 | #define DLLPORTMAILDIA __declspec(dllexport) | ||
8 | #else | ||
9 | #define DLLPORTMAILDIA __declspec(dllimport) | ||
10 | #endif | ||
11 | #else | ||
12 | #define DLLPORTMAILDIA | ||
13 | #endif | ||
14 | |||
15 | DLLPORTMAILDIA int diamesh(int argc,char argv[][100]); | ||
16 | |||
17 | |||
18 | |||
19 | #endif |