mirror of
https://github.com/Relintai/sdl2_frt.git
synced 2025-01-07 18:39:37 +01: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…
Reference in New Issue
Block a user