remove the need for windows SDK

This commit is contained in:
Amir Tepper
2019-10-14 14:22:20 +03:00
parent 41e5d2524b
commit a89b2ca450
2 changed files with 28 additions and 6 deletions

View File

@@ -1,4 +1,5 @@
using System;
#if SDK
using System;
using System.Collections.Generic;
using System.Diagnostics;
using System.IO;
@@ -583,4 +584,5 @@ namespace Wox.Plugin.Program.Programs
private static extern Hresult SHLoadIndirectString(string pszSource, StringBuilder pszOutBuf, uint cchOutBuf,
IntPtr ppvReserved);
}
}
}
#endif