mirror of
https://github.com/libsdl-org/SDL.git
synced 2026-08-18 01:44:46 +08:00
Haiku: Fix incorrect version macro in SDL_SYS_OpenURL
This commit is contained in:
@@ -25,7 +25,7 @@
|
||||
|
||||
bool SDL_SYS_OpenURL(const char *url)
|
||||
{
|
||||
#if B_BEOS_VERSION <= B_HAIKU_VERSION_1_BETA_5
|
||||
#if B_HAIKU_VERSION <= B_HAIKU_VERSION_1_BETA_5
|
||||
BUrl burl(url);
|
||||
#else
|
||||
BUrl burl(url, true);
|
||||
|
||||
Reference in New Issue
Block a user