Revision: | 283 |
Committed: | Tue Sep 13 21:11:20 2011 UTC (13 years, 8 months ago) by francois |
Content type: | text/plain |
File size: | 302 byte(s) |
Log Message: | structure de l'écriture |
# | User | Rev | Content |
---|---|---|---|
1 | francois | 283 | |
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 |