diff options
Diffstat (limited to 'Source/Plugins/Plugin_VideoOGL/Src/Logging/Console.cpp')
| -rw-r--r-- | Source/Plugins/Plugin_VideoOGL/Src/Logging/Console.cpp | 5 |
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)
|
