mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 12:23:31 +00:00
[MSVCRT]
Apply a hack to msvcrt spec file to avoid duplicate definition of atexit. Mingw-w64 has an identical hack. svn path=/trunk/; revision=50270
This commit is contained in:
@@ -1156,7 +1156,7 @@
|
||||
@ cdecl asin(double)
|
||||
@ cdecl atan(double)
|
||||
@ cdecl atan2(double double)
|
||||
@ cdecl atexit(ptr)
|
||||
@ extern atexit # mingw hack
|
||||
@ cdecl atof(str)
|
||||
@ cdecl atoi(str)
|
||||
@ cdecl atol(str)
|
||||
|
||||
Reference in New Issue
Block a user