Skip to content

Commit faa7e3c

Browse files
committed
Update DYNAPI SDL_WinRTRunApp() prototype which was wrong (see libsdl-org#6783)
1 parent 5efc9bd commit faa7e3c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/dynapi/SDL_dynapi_procs.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -607,7 +607,7 @@ SDL_DYNAPI_PROC(SDL_bool,SDL_DXGIGetOutputInfo,(int a,int *b, int *c),(a,b,c),re
607607
#endif
608608
SDL_DYNAPI_PROC(SDL_bool,SDL_RenderIsClipEnabled,(SDL_Renderer *a),(a),return)
609609
#ifdef __WINRT__
610-
SDL_DYNAPI_PROC(int,SDL_WinRTRunApp,(int a, char **b, void *c),(a,b,c),return)
610+
SDL_DYNAPI_PROC(int,SDL_WinRTRunApp,(SDL_main_func a, void *b),(a,b),return)
611611
SDL_DYNAPI_PROC(const wchar_t*,SDL_WinRTGetFSPathUNICODE,(SDL_WinRT_Path a),(a),return)
612612
SDL_DYNAPI_PROC(const char*,SDL_WinRTGetFSPathUTF8,(SDL_WinRT_Path a),(a),return)
613613
#endif

0 commit comments

Comments
 (0)