mirror of
https://gitlab.com/mbunkus/mkvtoolnix.git
synced 2024-12-24 11:54:01 +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>
|
||||
#define ftruncate _chsize
|
||||
#define strncasecmp _strnicmp
|
||||
typedef int ssize_t;
|
||||
#else // COMP_...
|
||||
#include <unistd.h>
|
||||
#endif
|
||||
|
@ -31,7 +31,6 @@
|
||||
#include <io.h>
|
||||
#define ftruncate _chsize
|
||||
#define strncasecmp _strnicmp
|
||||
typedef int ssize_t;
|
||||
#else // COMP_...
|
||||
#include <unistd.h>
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user