search for: stdsin

Displaying 1 result from an estimated 1 matches for "stdsin".

Did you mean: stdin
2001 Aug 15
3
DJGPP patches and makefiles
...to be the same as in OS/2 (it's almost the same compiler). * vorbis: adds dos binary i/o mode support into examples - only those 3 (of 5) that already had any such support. I saw the comments discourage it as evil (I agree ;) but I assumed that if you lived with win32's `_setmode(_fileno(stdsin),_O_BIMARY)' you'll live with DOS' `setmode(fileno(stdsin),O_BIMARY)'. The ifdef's are for DOS and not DJGPP since this seems to be the syntax on all dos compilers I've seen. * vorbis-tools: - oggenc: made djgpp use right parts of platform.[ch]. Both timer implementation...