[CRTDLL] Mark _onexit as extern

This is the same workaround already applied to msvcrt to prevent conflicts with msvcrtex.
This commit is contained in:
Timo Kreuzer
2026-01-29 17:13:40 +02:00
parent c990b725b4
commit f8278bd1ed
+1 -1
View File
@@ -237,7 +237,7 @@
@ cdecl _mktemp(str)
@ cdecl _msize(ptr)
@ cdecl _nextafter(double double) nextafter
@ cdecl _onexit(ptr)
@ extern _onexit # Declaring it as extern let us use the symbol from msvcrtex while having the __imp_ symbol defined in the import lib
@ varargs _open(str long)
@ cdecl _open_osfhandle(long long)
@ extern _osmajor_dll CRTDLL__osmajor_dll