Browse Source

Enable video streaming for Haiku (#1825)

pull/2252/head
Gleb Mazovetskiy 5 years ago committed by GitHub
parent
commit
cdbb56150c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      Source/storm/storm_file_wrapper.h

2
Source/storm/storm_file_wrapper.h

@ -1,6 +1,6 @@
/** A pointer to a Storm file as a `FILE *`. Only available on some platforms. */
#pragma once
#if (defined(__linux__) && !defined(__ANDROID__)) || defined(__FreeBSD__) || defined(__DragonFly__)
#if (defined(__linux__) && !defined(__ANDROID__)) || defined(__FreeBSD__) || defined(__DragonFly__) || defined(__HAIKU__)
#include <cstdio>
#include "miniwin/miniwin.h"

Loading…
Cancel
Save