]> git.uio.no Git - u/mrichter/AliRoot.git/blob - MICROCERN/kerngen/fortranc.h
04-mar-2004 NvE Functionality of AliObjMatrix extended to provide the number of refer...
[u/mrichter/AliRoot.git] / MICROCERN / kerngen / fortranc.h
1 #ifdef WIN32
2 # ifdef CERNLIB_MSSTDCALL
3 #  define F77_UCASE
4 #  define type_of_call _stdcall
5 #  ifndef CERNLIB_QXCAPT
6 #    define CERNLIB_QXCAPT
7 #  endif
8 # else
9 #  define F77_LCASE
10 #  ifndef CERNLIB_QXNO_SC
11 #    define CERNLIB_QXNO_SC
12 #  endif
13 # endif
14 #endif
15
16 #ifndef type_of_call
17 #define type_of_call
18 #endif
19