From 4637b029cdd168d4196f5ab69fa5f91556ee5d11 Mon Sep 17 00:00:00 2001 From: Pedro Pombeiro Date: Tue, 27 Jun 2017 13:50:58 +0200 Subject: Universal Windows Plaform (UWP) support libmpv only. Some things are still missing. Heavily reworked. Signed-off-by: wm4 --- osdep/path.h | 1 + 1 file changed, 1 insertion(+) (limited to 'osdep/path.h') diff --git a/osdep/path.h b/osdep/path.h index f38074b47d..c082c1ee16 100644 --- a/osdep/path.h +++ b/osdep/path.h @@ -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); -- cgit v1.2.3