mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-03 12:23:25 +00:00
[NTDLL]
Mark _chkstk as extern to avoid duplication with msvcrtex library (using alloca will cause _alloca_probe to be linked, which aliases _chkstk) svn path=/trunk/; revision=56361
This commit is contained in:
@@ -83,7 +83,7 @@
|
||||
@ stdcall LdrFindResource_U(long ptr long ptr)
|
||||
;@ stdcall LdrFlushAlternateResourceModules
|
||||
@ stdcall LdrGetDllHandle(wstr long ptr ptr)
|
||||
@ stdcall LdrGetDllHandleEx(long wstr long ptr ptr)
|
||||
@ stdcall LdrGetDllHandleEx(long wstr long ptr ptr)
|
||||
@ stdcall LdrGetProcedureAddress(ptr ptr long ptr)
|
||||
;@ stdcall LdrHotPatchRoutine
|
||||
;@ stdcall LdrInitShimEngineDynamic
|
||||
@@ -1314,7 +1314,7 @@
|
||||
@ cdecl -arch=i386 _aulldvrm()
|
||||
@ cdecl -arch=i386 -ret64 _aullrem(double double)
|
||||
@ cdecl -arch=i386 _aullshr()
|
||||
@ cdecl -arch=i386 -norelay _chkstk()
|
||||
@ extern -arch=i386 _chkstk
|
||||
@ cdecl -arch=i386,x86_64 _fltused()
|
||||
@ cdecl -arch=i386 -ret64 _ftol()
|
||||
@ cdecl _i64toa(double ptr long)
|
||||
|
||||
Reference in New Issue
Block a user