This is not needed
This commit is contained in:
JustArchi
2017-02-27 20:10:09 +01:00
parent 00cb903279
commit a6b73fc00e

View File

@@ -59,7 +59,7 @@ namespace ArchiSteamFarm {
private static async void OnTimeChanged(object sender, EventArgs e) => await MobileAuthenticator.OnTimeChanged().ConfigureAwait(false);
private static class NativeMethods {
[DllImport("kernel32.dll", CharSet = CharSet.Auto, SetLastError = true)]
[DllImport("kernel32.dll", CharSet = CharSet.Auto)]
internal static extern EExecutionState SetThreadExecutionState(EExecutionState executionState);
[Flags]