chkstk: another try.

This commit is contained in:
Török Edvin 2010-11-10 16:21:48 +02:00
parent 3d8ca9f6aa
commit e92dda94ce

View file

@ -295,8 +295,12 @@ static void rtlib_bzero(void *s, size_t n)
}
#ifdef _WIN32
#ifdef _WIN64
extern "C" void __chkstk(void);
#else
extern "C" void _chkstk(void);
#endif
#endif
// Resolve integer libcalls, but nothing else.
static void* noUnknownFunctions(const std::string& name) {
void *addr =