Updated for embedded Visual C++ 4.0
--HG-- extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%40454
This commit is contained in:
parent
a12335985b
commit
a3897183c7
16 changed files with 126 additions and 110 deletions
|
@ -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] */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue