AllocConsole()-Aufruf komplett entfernt

This commit is contained in:
2014-05-14 00:09:19 +02:00
parent 65b0478b90
commit fc7e0a84f6

View File

@@ -110,9 +110,5 @@ namespace WorldOfPeacecraft
MapPanel.LoadResources (); MapPanel.LoadResources ();
OnlinePlayerList.LoadResources (); OnlinePlayerList.LoadResources ();
} }
[DllImport("kernel32.dll", SetLastError = true)]
[return: MarshalAs(UnmanagedType.Bool)]
static extern bool AllocConsole();
} }
} }