mirror of
https://github.com/goatcorp/Dalamud.git
synced 2026-02-21 07:17:45 +01:00
chore: remove now useless MoveFile import
This commit is contained in:
parent
707bcd4d82
commit
196504d625
1 changed files with 0 additions and 14 deletions
|
|
@ -812,18 +812,4 @@ public static class Util
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
[Flags]
|
|
||||||
#pragma warning disable SA1201
|
|
||||||
private enum MoveFileFlags
|
|
||||||
#pragma warning restore SA1201
|
|
||||||
{
|
|
||||||
MovefileReplaceExisting = 0x00000001,
|
|
||||||
MovefileWriteThrough = 0x00000008,
|
|
||||||
}
|
|
||||||
|
|
||||||
[return: MarshalAs(UnmanagedType.Bool)]
|
|
||||||
[DllImport("kernel32.dll", SetLastError=true, CharSet=CharSet.Unicode)]
|
|
||||||
private static extern bool MoveFileEx(string lpExistingFileName, string lpNewFileName,
|
|
||||||
MoveFileFlags dwFlags);
|
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue