Fixed more Win64 portability issues

--HG--
extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%401476
This commit is contained in:
Sam Lantinga 2006-03-06 08:11:10 +00:00
parent 8039553413
commit 302e86a4dc
12 changed files with 28 additions and 25 deletions

View file

@ -166,7 +166,7 @@ static void __cdecl cleanup_output(void)
/* This is where execution begins [console apps] */
int console_main(int argc, char *argv[])
{
int n;
size_t n;
char *bufp, *appname;
int status;