86int WINAPI wWinMain(HINSTANCE hInst, HINSTANCE hPrev, PWSTR szCmdLine,
int sw)
88int WINAPI WinMain(HINSTANCE hInst, HINSTANCE hPrev, LPSTR szCmdLine,
int sw)
154int CALLBACK WinMain(HINSTANCE, HINSTANCE, LPSTR,
int)
SDLMAIN_DECLSPEC int SDL_main(int argc, char *argv[])
int SDL_RunApp(int argc, char *argv[], SDL_main_func mainFunction, void *reserved)