Add compiler check for __fennix__

This commit is contained in:
EnderIce2 2024-02-22 18:44:36 +02:00
parent 8fd29ff0a9
commit e012e8b3c1
Signed by untrusted user who does not match committer: enderice2
GPG Key ID: EACC3AD603BAB4DD

View File

@ -47,6 +47,10 @@
#endif // UINTPTR_MAX != UINT64_MAX
#endif // aa64
#ifndef __fennix__
#error "This compiler is not supported!"
#endif // __fennix__
static_assert(sc_SEEK_SET == SEEK_SET);
static_assert(sc_SEEK_CUR == SEEK_CUR);
static_assert(sc_SEEK_END == SEEK_END);