break the build. buzz off.

This commit is contained in:
zeromus 2017-02-23 04:42:46 -06:00
parent 318abf691a
commit 2bff78f7c6
1 changed files with 1 additions and 1 deletions

View File

@ -320,7 +320,7 @@ namespace BizHawk.Client.EmuHawk
[DllImport("kernel32.dll", SetLastError = true)]
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) });
while (todo.Count > 0)