mirror of
https://github.com/encounter/SDL.git
synced 2025-12-17 00:47:15 +00:00
constified SDL_RegisterApp()
This commit is contained in:
@@ -1542,7 +1542,7 @@ HINSTANCE SDL_Instance = NULL;
|
||||
|
||||
/* Register the class for this application */
|
||||
int
|
||||
SDL_RegisterApp(char *name, Uint32 style, void *hInst)
|
||||
SDL_RegisterApp(const char *name, Uint32 style, void *hInst)
|
||||
{
|
||||
const char *hint;
|
||||
WNDCLASSEX wcex;
|
||||
|
||||
Reference in New Issue
Block a user