#ifndef AliCallf77_H #define AliCallf77_H #ifndef WIN32 # define type_of_call # define DEFCHARD const char* # define DEFCHARL , const int # define PASSCHARD(string) string # define PASSCHARL(string) , strlen(string) #else # define type_of_call _stdcall # define DEFCHARD const char* , const int # define DEFCHARL # define PASSCHARD(string) string, strlen(string) # define PASSCHARL(string) #endif #endif