00001 #ifndef ROOT_TCallf77
00002 #define ROOT_TCallf77
00003
00004
00005
00006
00007
00008 #ifndef WIN32
00009 # define type_of_call
00010 # define DEFCHARD const char*
00011 # define DEFCHARL , const int
00012 # define PASSCHARD(string) string
00013 # define PASSCHARL(string) , strlen(string)
00014 #else
00015 # define type_of_call _stdcall
00016 # define DEFCHARD const char* , const int
00017 # define DEFCHARL
00018 # define PASSCHARD(string) string, strlen(string)
00019 # define PASSCHARL(string)
00020 #endif
00021 #endif //ROOT_TCallf77