Remove support for mingw

MSVC works fine and the bundled mingw libraries are outdated.
This commit is contained in:
Martin Natano
2022-06-07 22:49:05 +02:00
parent 087d4576cc
commit 838de6fb81
40 changed files with 34 additions and 32477 deletions
+1 -1
View File
@@ -244,7 +244,7 @@ MutexImpl *MakeMutex( RageMutex *pParent )
#if defined(UNIX)
#include <dlfcn.h>
#include "arch/ArchHooks/ArchHooks_Unix.h"
#endif // On MinGW clockid_t is defined in pthread.h
#endif
namespace
{
typedef int (* CONDATTR_SET_CLOCK)( pthread_condattr_t *attr, clockid_t clock_id );