Revision 138e5d0e1f9a59c4ffe3bb81d91b2776ef37bd86 authored by Rene Brun on 02 July 2004, 21:48:30 UTC, committed by Rene Brun on 02 July 2004, 21:48:30 UTC
The iosenum.h is empty for windows and the default are inappropriate for the
MS compiler.  Hence a simple command like:
        ifstream f("myfile.txt",ios::in);
does not work (because ios::in has the wrong value).
The attached iosenum.win32 was (harduously) generated for the MS compiler
and solved the problem (see http://root.cern.ch/phpBB2/viewtopic.php?p=3100#3100)


git-svn-id: http://root.cern.ch/svn/root/trunk@9378 27541ba8-7e3a-0410-8455-c3a389f83636
1 parent 7968a4b
History
File Mode Size
TAlien.cxx -rw-r--r-- 23.5 KB
TAlienFile.cxx -rw-r--r-- 20.3 KB
TAlienProof.cxx -rw-r--r-- 10.5 KB
TAlienResult.cxx -rw-r--r-- 3.8 KB

back to top