All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
TCallf77.h
Go to the documentation of this file.
1 #ifndef ROOT_TCallf77
2 #define ROOT_TCallf77
3 /* Copyright(c) 1998-1999, ALICE Experiment at CERN, All rights reserved. *
4  * See cxx source for full Copyright notice */
5 
6 
7 #ifndef WIN32
8 # define type_of_call
9 # define DEFCHARD const char*
10 # define DEFCHARL , const int
11 # define PASSCHARD(string) string
12 # define PASSCHARL(string) , strlen(string)
13 #else
14 # define type_of_call _stdcall
15 # define DEFCHARD const char* , const int
16 # define DEFCHARL
17 # define PASSCHARD(string) string, strlen(string)
18 # define PASSCHARL(string)
19 #endif
20 #endif //ROOT_TCallf77