mirror of https://github.com/encounter/SDL.git
url: removed "extern" from function declaration.
This commit is contained in:
parent
a3802cc533
commit
cc158f2983
|
@ -23,7 +23,7 @@
|
||||||
#include "SDL_misc.h"
|
#include "SDL_misc.h"
|
||||||
#include "SDL_error.h"
|
#include "SDL_error.h"
|
||||||
|
|
||||||
extern int SDL_SYS_OpenURL(const char *url);
|
int SDL_SYS_OpenURL(const char *url);
|
||||||
|
|
||||||
int
|
int
|
||||||
SDL_OpenURL(const char *url)
|
SDL_OpenURL(const char *url)
|
||||||
|
|
Loading…
Reference in New Issue