aboutsummaryrefslogtreecommitdiffstats
path: root/cppheader
blob: 17885c147d8affee71e9ebb14bae30745e2b0cde (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
#ifdef __cplusplus
extern "C" {
#endif
 
#if defined(__stdcall)  
 #define CCONV __stdcall  	
#else 
 #if defined(__BORLANDC__) || defined(_MSC_VER) 
  #define CCONV __stdcall  
 #else 
  #define CCONV 
 #endif 
#endif 
 
#if !defined(__int64) 
#if !defined(__BORLANDC__) && !defined(_MSC_VER) 
typedef long long __int64; 
#endif 
#endif

 
td>update scan file for dk-AllChristoph Pfister1-5/+11 submitted by rk.katana.steel gmail.com 2010-04-29update scan file for fi-TurkuChristoph Pfister1-1/+7 submitted by miika vesti.fi 2010-04-29update scan file for uk-AberdareChristoph Pfister1-10/+15 submitted by redtux1 googlemail.com 2010-04-29update scan file for fr-NantesChristoph Pfister1-6/+6 submitted by debotux gmail.com