Mercurial > sdl-ios-xcode
comparison src/main/win32/SDL_main.c @ 453:a6fa62b1be09
Updated for embedded Visual C++ 4.0
author | Sam Lantinga <slouken@libsdl.org> |
---|---|
date | Tue, 20 Aug 2002 00:20:06 +0000 |
parents | 0e66fd980014 |
children | 8c4a35e3c507 |
comparison
equal
deleted
inserted
replaced
452:4c5c10383201 | 453:a6fa62b1be09 |
---|---|
223 /* Run the application main() code */ | 223 /* Run the application main() code */ |
224 SDL_main(argc, argv); | 224 SDL_main(argc, argv); |
225 | 225 |
226 /* Exit cleanly, calling atexit() functions */ | 226 /* Exit cleanly, calling atexit() functions */ |
227 exit(0); | 227 exit(0); |
228 | |
229 /* Hush little compiler, don't you cry... */ | |
230 return(0); | |
228 } | 231 } |
229 | 232 |
230 /* This is where execution begins [windowed apps] */ | 233 /* This is where execution begins [windowed apps] */ |
231 #ifdef _WIN32_WCE | 234 #ifdef _WIN32_WCE |
232 int WINAPI WinMain(HINSTANCE hInst, HINSTANCE hPrev, LPWSTR szCmdLine, int sw) | 235 int WINAPI WinMain(HINSTANCE hInst, HINSTANCE hPrev, LPWSTR szCmdLine, int sw) |