expandfilename.cpp (bed-3.0.3.src.tar.xz) | : | expandfilename.cpp (bed-3.1.0.src.tar.xz) | ||
---|---|---|---|---|
skipping to change at line 30 | skipping to change at line 30 | |||
#include <features.h> | #include <features.h> | |||
#include <unistd.h> | #include <unistd.h> | |||
#include <sys/types.h> | #include <sys/types.h> | |||
#include <string.h> | #include <string.h> | |||
#include <strings.h> | #include <strings.h> | |||
#include <sys/param.h> | #include <sys/param.h> | |||
#ifdef HAVE_DIRECT_H | #ifdef HAVE_DIRECT_H | |||
#include <direct.h> | #include <direct.h> | |||
#else | #else | |||
#ifndef __MINGW32__ | ||||
#include <pwd.h> | #include <pwd.h> | |||
#endif | #endif | |||
#endif | ||||
#include <limits.h> | #include <limits.h> | |||
#include "offtypes.h" | #include "offtypes.h" | |||
#include "system.h" | #include "system.h" | |||
#ifdef _WIN32 | #ifdef _WIN32 | |||
#include "win.h" | #include "win.h" | |||
#endif | #endif | |||
#ifdef __CYGWIN__ | #ifdef __CYGWIN__ | |||
#include <sys/cygwin.h> | #include <sys/cygwin.h> | |||
#endif | #endif | |||
#ifdef __CYGWIN__ | #ifdef __CYGWIN__ | |||
End of changes. 2 change blocks. | ||||
0 lines changed or deleted | 3 lines changed or added |