Fix Linux compiling and Make Filesystemviewer show MakerID correctly

git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@831 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
Sonicadvance1
2008-10-10 16:20:13 +00:00
parent 671fb9def1
commit 92f661b390
8 changed files with 32 additions and 9 deletions

View File

@ -23,7 +23,7 @@
#ifdef _WIN32
#include <windows.h>
#endif
#include "Globals.h"
#include "../Globals.h"
// --------------------
@ -149,6 +149,13 @@ void ClearScreen()
#endif
}
void CloseConsole()
{
}
void OpenConsole()
{
}
#if defined(DEBUGG) && defined(_WIN32)
HWND GetConsoleHwnd(void)
{

View File

@ -24,4 +24,4 @@ void CloseConsole();
#ifdef _WIN32
HWND GetConsoleHwnd(void);
#endif
#endif

View File

@ -19,7 +19,7 @@
//
//////////////////////////////////////////////////////////////////////////////////////////
#include "Globals.h" // this is the precompiled header and must be the first ...
#include "../Globals.h" // this is the precompiled header and must be the first ...
// ---------------------------------------------------------------------------------------
// Includes