pfs.cpp (pfstools-2.1.0.tgz) | : | pfs.cpp (pfstools-2.2.0.tgz) | ||
---|---|---|---|---|
skipping to change at line 35 | skipping to change at line 35 | |||
* @author Rafal Mantiuk, <mantiuk@mpi-sb.mpg.de> | * @author Rafal Mantiuk, <mantiuk@mpi-sb.mpg.de> | |||
* | * | |||
* $Id: pfs.cpp,v 1.13 2014/09/17 15:07:18 rafm Exp $ | * $Id: pfs.cpp,v 1.13 2014/09/17 15:07:18 rafm Exp $ | |||
*/ | */ | |||
#if !defined(_MSC_VER) && !defined(_MATLAB_VER) | #if !defined(_MSC_VER) && !defined(_MATLAB_VER) | |||
#include <config.h> | #include <config.h> | |||
#endif | #endif | |||
// This does not seem to be needed under Cygwin | // This does not seem to be needed under Cygwin | |||
//#if defined(_MSC_VER) || defined(__CYGWIN__) | #if defined(_MSC_VER) || defined(__MINGW64__) || defined(__MINGW32__) | |||
#if defined(_MSC_VER) | ||||
#include <io.h> | #include <io.h> | |||
#define HAVE_SETMODE | #define HAVE_SETMODE | |||
#endif | #endif | |||
#include <cstdlib> | #include <cstdlib> | |||
#include <fcntl.h> | #include <fcntl.h> | |||
#include <string.h> | #include <string.h> | |||
#include <assert.h> | #include <assert.h> | |||
End of changes. 1 change blocks. | ||||
3 lines changed or deleted | 1 lines changed or added |