small code fixes

git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@1106 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
nakeee
2008-11-09 20:55:04 +00:00
parent 475daf0331
commit 814d3ddb0e
4 changed files with 7 additions and 6 deletions

View File

@ -55,7 +55,7 @@ is closed */
// -------------
void startConsoleWin(int width, int height, char* fname)
{
#if defined(DEBUG_HLE) defined(_WIN32)
#if defined(DEBUG_HLE) && defined(_WIN32)
AllocConsole();
@ -220,4 +220,4 @@ HWND GetConsoleHwnd(void)
return(hwndFound);
}
#endif // win32
#endif // win32