diff --git a/libretro-common/vfs/vfs_implementation_uwp.cpp b/libretro-common/vfs/vfs_implementation_uwp.cpp index 4e09ec1402..3458332471 100644 --- a/libretro-common/vfs/vfs_implementation_uwp.cpp +++ b/libretro-common/vfs/vfs_implementation_uwp.cpp @@ -391,7 +391,7 @@ error: return NULL; } -int uwp_mkdir_impl(std::experimental::filesystem::path dir) +static int uwp_mkdir_impl(std::experimental::filesystem::path dir) { /*I feel like this should create the directory recursively but the existing implementation does not so this update won't *I put in the work but I just commented out the stuff you would need */