[ox/std] Fix Windows GCC build

(synced from 2f340b13b2)
This commit is contained in:
2025-09-04 01:21:13 -05:00
parent 6e06ad50dd
commit b0e6380e7c
+1 -1
View File
@@ -33,7 +33,7 @@ void panic(StringViewCR file, int const line, StringViewCR panicMsg, Error const
#endif
}
#if __GNUC__
#if __GNUC__ && !_WIN32
__attribute__((weak))
#endif
void panic(const char *file, int const line, char const*panicMsg, Error const&err) noexcept {