win32-did not mean to check in this hack

This commit is contained in:
zeromus 2012-03-30 05:27:10 +00:00
parent a67f084bbe
commit 25b77c1b31
1 changed files with 8 additions and 8 deletions

View File

@ -93,14 +93,14 @@ void OpenConsole()
HMODULE lib = LoadLibrary("kernel32.dll");
if(lib)
{
//typedef BOOL (WINAPI *_TAttachConsole)(DWORD dwProcessId);
//_TAttachConsole _AttachConsole = (_TAttachConsole)GetProcAddress(lib,"AttachConsole");
//if(_AttachConsole)
//{
// if(_AttachConsole(-1))
// attached = true;
//}
//FreeLibrary(lib);
typedef BOOL (WINAPI *_TAttachConsole)(DWORD dwProcessId);
_TAttachConsole _AttachConsole = (_TAttachConsole)GetProcAddress(lib,"AttachConsole");
if(_AttachConsole)
{
if(_AttachConsole(-1))
attached = true;
}
FreeLibrary(lib);
}
//if we failed to attach, then alloc a new console