Mercurial > sdl-ios-xcode
diff src/main/win32/SDL_win32_main.c @ 1472:4aac8563c296
Fixed more Win64 portability issues
author | Sam Lantinga <slouken@libsdl.org> |
---|---|
date | Mon, 06 Mar 2006 08:11:10 +0000 |
parents | 8dfa9a6d69a5 |
children | 14717b52abc0 |
line wrap: on
line diff
--- a/src/main/win32/SDL_win32_main.c Mon Mar 06 07:42:36 2006 +0000 +++ b/src/main/win32/SDL_win32_main.c Mon Mar 06 08:11:10 2006 +0000 @@ -166,7 +166,7 @@ /* This is where execution begins [console apps] */ int console_main(int argc, char *argv[]) { - int n; + size_t n; char *bufp, *appname; int status;