inline in the hopes the compiler will leave out the call (so call stack isn't polluted)

This was SVN commit r879.
This commit is contained in:
janwas 2004-08-02 13:38:05 +00:00
parent fc77eadd9e
commit 85b1f26f65

View file

@ -39,12 +39,13 @@ void sle(int x)
//
void check_heap()
inline void check_heap()
{
_heapchk();
}
void display_msg(const char* caption, const char* msg)
{
MessageBoxA(0, msg, caption, MB_ICONEXCLAMATION);