Skip to content

Commit bb87c2d

Browse files
1bsylsezero
authored andcommitted
Update DYNAPI SDL_WinRTRunApp() prototype which was wrong (see libsdl-org#6783)
1 parent 7b76025 commit bb87c2d

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
@@ -604,7 +604,7 @@ SDL_DYNAPI_PROC(SDL_bool,SDL_DXGIGetOutputInfo,(int a,int *b, int *c),(a,b,c),re
604604
#endif
605605
SDL_DYNAPI_PROC(SDL_bool,SDL_RenderIsClipEnabled,(SDL_Renderer *a),(a),return)
606606
#ifdef __WINRT__
607-
SDL_DYNAPI_PROC(int,SDL_WinRTRunApp,(int a, char **b, void *c),(a,b,c),return)
607+
SDL_DYNAPI_PROC(int,SDL_WinRTRunApp,(SDL_main_func a, void *b),(a,b),return)
608608
SDL_DYNAPI_PROC(const wchar_t*,SDL_WinRTGetFSPathUNICODE,(SDL_WinRT_Path a),(a),return)
609609
SDL_DYNAPI_PROC(const char*,SDL_WinRTGetFSPathUTF8,(SDL_WinRT_Path a),(a),return)
610610
#endif

0 commit comments

Comments
 (0)