Commit graph

6 commits

Author SHA1 Message Date
Ray Speth
d3c09984d0 Fixed some preprocessor directives for MinGW
The purpose of these changes is to make the distinction between
compiling under Windows (in which case _WIN32 is defined) and
compiling with the Microsoft compiler (in which case _MSC_VER is
defined). These changes are from the patch submitted by David
Fronczek.
2012-01-19 20:30:26 +00:00
Ray Speth
9c2ec3862b Fixes for MSVC warnings C4273 and C4996
C4273 - (inconsistent dll linkage) generated by multiple declarations of isatty
C4996 - deprecated POSIX function names need to be prefixed with "_"
2012-01-17 04:12:15 +00:00
Ray Speth
e960f715b7 Fixed a bunch of compiler warnings (MSVC) in the f2c code 2012-01-17 04:09:58 +00:00
Harry Moffat
35f32314b9 Modifications to beat down the compiler warnings. Merged from the
liquidTransportDevelop
2009-12-29 03:01:18 +00:00
Harry Moffat
b5404d5907 Got rid of warnings on windows. 2009-04-22 00:40:31 +00:00
Harry Moffat
f4c2f16cb5 First commit of f2c library directory 2004-08-05 00:18:15 +00:00