follow-up: MSYS2 build fix
This commit is contained in:
+1
-2
@@ -108,7 +108,6 @@ extern char *windows_exepath(void);
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
#ifdef __GNUC__
|
#ifdef __GNUC__
|
||||||
#include <process.h>
|
|
||||||
#define MD_USE_TMPFILE_S
|
#define MD_USE_TMPFILE_S
|
||||||
#
|
#
|
||||||
#ifdef strncasecmp
|
#ifdef strncasecmp
|
||||||
@@ -164,7 +163,7 @@ typedef SSIZE_T ssize_t;
|
|||||||
#endif /* _MSC_VER */
|
#endif /* _MSC_VER */
|
||||||
|
|
||||||
/* The following is needed for prototypes of certain functions */
|
/* The following is needed for prototypes of certain functions */
|
||||||
#if defined(_MSC_VER)
|
#if defined(_MSC_VER) || defined(__GNUC__)
|
||||||
#include <process.h> /* Provides prototypes of exit(), spawn() */
|
#include <process.h> /* Provides prototypes of exit(), spawn() */
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user