break the build. buzz off.
This commit is contained in:
parent
318abf691a
commit
2bff78f7c6
|
@ -320,7 +320,7 @@ namespace BizHawk.Client.EmuHawk
|
||||||
[DllImport("kernel32.dll", SetLastError = true)]
|
[DllImport("kernel32.dll", SetLastError = true)]
|
||||||
static extern uint SetDllDirectory(string lpPathName);
|
static extern uint SetDllDirectory(string lpPathName);
|
||||||
|
|
||||||
static void WhackAllMOTW(string dllDir)
|
static void WhackAllMOTWCrapp(string dllDir)
|
||||||
{
|
{
|
||||||
var todo = new Queue<DirectoryInfo>(new[] { new DirectoryInfo(dllDir) });
|
var todo = new Queue<DirectoryInfo>(new[] { new DirectoryInfo(dllDir) });
|
||||||
while (todo.Count > 0)
|
while (todo.Count > 0)
|
||||||
|
|
Loading…
Reference in New Issue