]> git.uio.no Git - u/mrichter/AliRoot.git/blob - STEER/AliCallf77.h
Corrections to line for alpha
[u/mrichter/AliRoot.git] / STEER / AliCallf77.h
1 #ifndef AliCallf77_H
2 #define AliCallf77_H
3  
4 #ifndef WIN32
5 # define type_of_call
6 # define DEFCHARD     const char* 
7 # define DEFCHARL   , const int 
8 # define PASSCHARD(string) string 
9 # define PASSCHARL(string) , strlen(string) 
10 #else
11 # define type_of_call  _stdcall
12 # define DEFCHARD   const char* , const int        
13 # define DEFCHARL          
14 # define PASSCHARD(string) string, strlen(string) 
15 # define PASSCHARL(string) 
16 #endif
17 #endif