mirror of
https://github.com/libsdl-org/SDL.git
synced 2026-06-07 23:20:58 +00:00
url: Make sure Haiku's C++ implementation is flagged as 'extern "C"'
This commit is contained in:
parent
bf9fcb539a
commit
d068d05aa5
1 changed files with 2 additions and 0 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue