mirror of
https://github.com/encounter/SDL.git
synced 2025-12-08 13:15:10 +00:00
constified SDL_RegisterApp()
This commit is contained in:
@@ -143,7 +143,7 @@ extern DECLSPEC void SDLCALL SDL_SetMainReady(void);
|
||||
*
|
||||
* \since This function is available since SDL 2.0.0.
|
||||
*/
|
||||
extern DECLSPEC int SDLCALL SDL_RegisterApp(char *name, Uint32 style, void *hInst);
|
||||
extern DECLSPEC int SDLCALL SDL_RegisterApp(const char *name, Uint32 style, void *hInst);
|
||||
extern DECLSPEC void SDLCALL SDL_UnregisterApp(void);
|
||||
|
||||
#endif /* __WIN32__ */
|
||||
|
||||
Reference in New Issue
Block a user