Turn uwp_mkdir_impl function static

This commit is contained in:
LibretroAdmin 2022-09-30 17:50:07 +02:00
parent 9586d679a8
commit 4251eb5f61

View File

@ -391,7 +391,7 @@ error:
return NULL; 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 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 */ *I put in the work but I just commented out the stuff you would need */