]> git.uio.no Git - u/mrichter/AliRoot.git/blame - MICROCERN/kerngen/fortranc.h
Bug fix. Now works with the reconstruction up to and including creating
[u/mrichter/AliRoot.git] / MICROCERN / kerngen / fortranc.h
CommitLineData
fe4da5cc 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