2012-04-29 19:38:50 +00:00
|
|
|
|
2024-10-26 13:20:47 +00:00
|
|
|
#include <alias.inc>
|
2012-04-29 19:38:50 +00:00
|
|
|
|
2024-10-26 13:20:47 +00:00
|
|
|
// These exports only exist in msvcrt.dll, not in ucrtbase.dll
|
|
|
|
// Do not remove indentation, this would break ARM build!
|
2014-10-23 09:22:45 +00:00
|
|
|
CREATE_ALIAS2 daylight, _daylight
|
|
|
|
CREATE_ALIAS snprintf, _snprintf
|
|
|
|
CREATE_ALIAS strcmpi, _strcmpi
|
|
|
|
CREATE_ALIAS2 timezone, _timezone
|
|
|
|
CREATE_ALIAS2 tzname, _tzname
|
2024-10-26 13:20:47 +00:00
|
|
|
|
|
|
|
// C99 functions (already properly exported in ucrtbase.dll))
|
2014-10-23 09:22:45 +00:00
|
|
|
CREATE_ALIAS cabs, _cabs
|
|
|
|
CREATE_ALIAS hypot, _hypot
|
|
|
|
CREATE_ALIAS logb, _logb
|
|
|
|
CREATE_ALIAS nextafter, _nextafter
|
2012-04-29 19:38:50 +00:00
|
|
|
|
2014-10-23 09:22:45 +00:00
|
|
|
END
|