mirror of
https://github.com/encounter/SDL.git
synced 2025-05-19 22:01:33 +00:00
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…
x
Reference in New Issue
Block a user