Updated for embedded Visual C++ 4.0

--HG--
extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%40454
This commit is contained in:
Sam Lantinga 2002-08-20 00:20:06 +00:00
parent a12335985b
commit a3897183c7
16 changed files with 126 additions and 110 deletions

View file

@ -225,6 +225,9 @@ int console_main(int argc, char *argv[])
/* Exit cleanly, calling atexit() functions */
exit(0);
/* Hush little compiler, don't you cry... */
return(0);
}
/* This is where execution begins [windowed apps] */