mirror of
https://github.com/osukey/osukey.git
synced 2025-07-03 01:09:57 +09:00
Fix formatiing
This commit is contained in:
@ -76,7 +76,7 @@ namespace osu.Game.IO
|
||||
return result;
|
||||
}
|
||||
|
||||
[DllImport("libc", SetLastError = true)]
|
||||
[DllImport("libc", SetLastError = true)]
|
||||
public static extern int link(string oldpath, string newpath);
|
||||
|
||||
[DllImport("Kernel32.dll", SetLastError = true, CharSet = CharSet.Unicode)]
|
||||
|
Reference in New Issue
Block a user