mirror of https://github.com/sm64-port/sm64-port
Fix GCC 14 build on MinGW
This commit is contained in:
parent
733fafc0d9
commit
2b17d081c9
|
|
@ -32,7 +32,6 @@ SOFTWARE.
|
|||
|
||||
|
||||
#define _CRT_SECURE_NO_WARNINGS
|
||||
#undef __STRICT_ANSI__
|
||||
|
||||
#if defined(__clang__)
|
||||
#if __has_feature(cxx_exceptions)
|
||||
|
|
|
|||
Loading…
Reference in New Issue