summaryrefslogtreecommitdiff
path: root/indra/newview/llappviewer.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'indra/newview/llappviewer.cpp')
-rw-r--r--indra/newview/llappviewer.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/indra/newview/llappviewer.cpp b/indra/newview/llappviewer.cpp
index 2c9dec3801..a6173f45df 100644
--- a/indra/newview/llappviewer.cpp
+++ b/indra/newview/llappviewer.cpp
@@ -791,12 +791,12 @@ bool LLAppViewer::init()
//
initWindow();
- #if LL_WINDOWS && LL_LCD_COMPILE
+#if LL_LCD_COMPILE
// start up an LCD window on a logitech keyboard, if there is one
HINSTANCE hInstance = GetModuleHandle(NULL);
gLcdScreen = new LLLCD(hInstance);
CreateLCDDebugWindows();
- #endif
+#endif
gGLManager.getGLInfo(gDebugInfo);
gGLManager.printGLInfoString();
@@ -983,7 +983,7 @@ bool LLAppViewer::mainLoop()
LLFloaterSnapshot::update(); // take snapshots
-#if LL_WINDOWS && LL_LCD_COMPILE
+#if LL_LCD_COMPILE
// update LCD Screen
gLcdScreen->UpdateDisplay();
#endif
@@ -1239,7 +1239,7 @@ bool LLAppViewer::cleanup()
// gDXHardware.cleanup();
//#endif // LL_WINDOWS
-#if LL_WINDOWS && LL_LCD_COMPILE
+#if LL_LCD_COMPILE
// shut down the LCD window on a logitech keyboard, if there is one
delete gLcdScreen;
gLcdScreen = NULL;