summaryrefslogtreecommitdiff
path: root/Source/Plugins/Plugin_VideoOGL/Src/Logging/Console.cpp
diff options
context:
space:
mode:
authorShawn Hoffman <godisgovernment@gmail.com>2008-10-11 02:29:57 +0000
committerShawn Hoffman <godisgovernment@gmail.com>2008-10-11 02:29:57 +0000
commit3d1cc88b4f5e4d2fd607fdbea5a25b034a20db64 (patch)
tree599a118469a36a23e7c6669f8da73be48280fcec /Source/Plugins/Plugin_VideoOGL/Src/Logging/Console.cpp
parent540539ee274bf2243b7fe28db280aa9e8b665b62 (diff)
fixed windows and linux builds. the console/debugger/etc files in lle/hle/ogl really need to be de-uglified!
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@833 8ced0084-cf51-0410-be5f-012b33b47a6e
Diffstat (limited to 'Source/Plugins/Plugin_VideoOGL/Src/Logging/Console.cpp')
-rw-r--r--Source/Plugins/Plugin_VideoOGL/Src/Logging/Console.cpp5
1 files changed, 4 insertions, 1 deletions
diff --git a/Source/Plugins/Plugin_VideoOGL/Src/Logging/Console.cpp b/Source/Plugins/Plugin_VideoOGL/Src/Logging/Console.cpp
index 95a4777dfe..971884a7a2 100644
--- a/Source/Plugins/Plugin_VideoOGL/Src/Logging/Console.cpp
+++ b/Source/Plugins/Plugin_VideoOGL/Src/Logging/Console.cpp
@@ -18,12 +18,12 @@
// --------------------
// Includes
+#include "../Globals.h"
#include <string>
#include <stdio.h>
#ifdef _WIN32
#include <windows.h>
#endif
-#include "../Globals.h"
// --------------------
@@ -149,12 +149,15 @@ void ClearScreen()
#endif
}
+#ifndef _WIN32
+// VERY UGLY! needs to be fixed soon, just fixing the biuld...
void CloseConsole()
{
}
void OpenConsole()
{
}
+#endif
#if defined(DEBUGG) && defined(_WIN32)
HWND GetConsoleHwnd(void)