Mercurial > sdl-ios-xcode
comparison 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 |
comparison
equal
deleted
inserted
replaced
1471:9fb0eee04dd9 | 1472:4aac8563c296 |
---|---|
164 #endif | 164 #endif |
165 | 165 |
166 /* This is where execution begins [console apps] */ | 166 /* This is where execution begins [console apps] */ |
167 int console_main(int argc, char *argv[]) | 167 int console_main(int argc, char *argv[]) |
168 { | 168 { |
169 int n; | 169 size_t n; |
170 char *bufp, *appname; | 170 char *bufp, *appname; |
171 int status; | 171 int status; |
172 | 172 |
173 /* Get the class name from argv[0] */ | 173 /* Get the class name from argv[0] */ |
174 appname = argv[0]; | 174 appname = argv[0]; |