crt: crtdll.def.in: Fix library name and time symbol exports Change library name to uppercase CRTDLL.dll and remove DATA keyword for all time function symbols. This is how the original crtdll.dll library is defined. Signed-off-by: Martin Storsjö <martin@martin.st>
diff --git a/mingw-w64-crt/lib32/crtdll.def.in b/mingw-w64-crt/lib32/crtdll.def.in index e12edb5..b6b8a9e 100644 --- a/mingw-w64-crt/lib32/crtdll.def.in +++ b/mingw-w64-crt/lib32/crtdll.def.in
@@ -64,7 +64,7 @@ ; _strninc ; _strspnp ; -LIBRARY "crtdll.dll" +LIBRARY "CRTDLL.dll" EXPORTS #define PRE_C95_SWPRINTF @@ -451,7 +451,7 @@ clock cos DATA cosh -ctime DATA +ctime difftime div exit @@ -487,7 +487,7 @@ getchar getenv gets -gmtime DATA +gmtime is_wctype isalnum isalpha @@ -518,7 +518,7 @@ ldexp DATA ldiv localeconv -localtime DATA +localtime log log10 longjmp @@ -531,7 +531,7 @@ memcpy memmove memset -mktime DATA +mktime modf perror pow @@ -583,7 +583,7 @@ system tan tanh -time DATA +time tmpfile tmpnam tolower