mirror of
https://gitlab.com/mbunkus/mkvtoolnix.git
synced 2024-12-24 20:01:53 +00:00
More fixes for compilation with MinGW's gcc 3.2.3.
This commit is contained in:
parent
3179cd0ddf
commit
373042fbf4
@ -31,7 +31,6 @@
|
|||||||
#include <io.h>
|
#include <io.h>
|
||||||
#define ftruncate _chsize
|
#define ftruncate _chsize
|
||||||
#define strncasecmp _strnicmp
|
#define strncasecmp _strnicmp
|
||||||
typedef int ssize_t;
|
|
||||||
#else // COMP_...
|
#else // COMP_...
|
||||||
#include <unistd.h>
|
#include <unistd.h>
|
||||||
#endif
|
#endif
|
||||||
|
@ -31,7 +31,6 @@
|
|||||||
#include <io.h>
|
#include <io.h>
|
||||||
#define ftruncate _chsize
|
#define ftruncate _chsize
|
||||||
#define strncasecmp _strnicmp
|
#define strncasecmp _strnicmp
|
||||||
typedef int ssize_t;
|
|
||||||
#else // COMP_...
|
#else // COMP_...
|
||||||
#include <unistd.h>
|
#include <unistd.h>
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
Reference in New Issue
Block a user