00001 #ifdef WIN32 00002 # ifdef CERNLIB_MSSTDCALL 00003 # define F77_UCASE 00004 # define type_of_call _stdcall 00005 # ifndef CERNLIB_QXCAPT 00006 # define CERNLIB_QXCAPT 00007 # endif 00008 # else 00009 # define F77_LCASE 00010 # ifndef CERNLIB_QXNO_SC 00011 # define CERNLIB_QXNO_SC 00012 # endif 00013 # endif 00014 #endif 00015 00016 #ifndef type_of_call 00017 #define type_of_call 00018 #endif 00019
1.3.9.1