mirror of
https://github.com/mpv-player/mpv.git
synced 2025-12-28 05:33:14 +00:00
Universal Windows Plaform (UWP) support
libmpv only. Some things are still missing. Heavily reworked. Signed-off-by: wm4 <wm4@nowhere>
This commit is contained in:
@@ -16,6 +16,7 @@
|
||||
typedef const char *(*mp_get_platform_path_cb)(void *talloc_ctx, const char *type);
|
||||
|
||||
// Conforming to mp_get_platform_path_cb.
|
||||
const char *mp_get_platform_path_uwp(void *talloc_ctx, const char *type);
|
||||
const char *mp_get_platform_path_win(void *talloc_ctx, const char *type);
|
||||
const char *mp_get_platform_path_osx(void *talloc_ctx, const char *type);
|
||||
const char *mp_get_platform_path_unix(void *talloc_ctx, const char *type);
|
||||
|
||||
Reference in New Issue
Block a user