mirror of https://github.com/libsdl-org/SDL
url: Make sure Haiku's C++ implementation is flagged as 'extern "C"'
This commit is contained in:
parent
bf9fcb539a
commit
d068d05aa5
|
@ -23,6 +23,8 @@
|
|||
#include "SDL_error.h"
|
||||
#include <Url.h>
|
||||
|
||||
extern "C" { int SDL_SYS_OpenURL(const char *url); }
|
||||
|
||||
int
|
||||
SDL_SYS_OpenURL(const char *url)
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue