Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
*** empty log message ***
- Loading branch information
Showing
with
1 addition
and
1 deletion.
-
+1
−1
include/SDL_main.h
|
@@ -66,7 +66,7 @@ extern DECLSPEC void SDLCALL SDL_SetModuleHandle(void *hInst); |
|
|
/* This can also be called, but is no longer necessary */ |
|
|
extern DECLSPEC int SDLCALL SDL_RegisterApp(char *name, Uint32 style, void *hInst); |
|
|
/* This can also be called, but is no longer necessary (SDL_Quit calls it) */ |
|
|
extern DECLSPEC void SDLCALL SDL_UnregisterApp(); |
|
|
extern DECLSPEC void SDLCALL SDL_UnregisterApp(void); |
|
|
#ifdef __cplusplus |
|
|
} |
|
|
#endif |
|
|