mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-30 01:29:42 -06:00
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:
@ -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)
|
||||
{
|
||||
|
@ -24,4 +24,4 @@ void CloseConsole();
|
||||
|
||||
#ifdef _WIN32
|
||||
HWND GetConsoleHwnd(void);
|
||||
#endif
|
||||
#endif
|
||||
|
@ -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
|
||||
|
Reference in New Issue
Block a user