Don Tidrow's ifdef for MingW
This commit is contained in:
parent
1c2deb253a
commit
f76a324c95
@ -1,6 +1,6 @@
|
||||
#include <stdio.h>
|
||||
|
||||
#if defined(_MSC_VER)
|
||||
#if defined(_MSC_VER) || defined(__MINGW32__)
|
||||
#include <io.h>
|
||||
#endif
|
||||
|
||||
@ -1214,3 +1214,4 @@ bool MultiPatch::read( int fd )
|
||||
return true;
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user