From 5266e1bba9142f11c8357cf164cfa9b6fa482fef Mon Sep 17 00:00:00 2001 From: McCabe Maxsted Date: Sun, 27 Sep 2009 12:22:02 -0700 Subject: Changes to make the grid manager compile on Windows --- linden/indra/newview/llappviewerwin32.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'linden/indra/newview/llappviewerwin32.cpp') diff --git a/linden/indra/newview/llappviewerwin32.cpp b/linden/indra/newview/llappviewerwin32.cpp index b68cad6..110364d 100644 --- a/linden/indra/newview/llappviewerwin32.cpp +++ b/linden/indra/newview/llappviewerwin32.cpp @@ -227,13 +227,13 @@ int APIENTRY WINMAIN(HINSTANCE hInstance, viewer_app_ptr = NULL; //start updater - if(LLAppViewer::sUpdaterInfo) + /*if(LLAppViewer::sUpdaterInfo) { _spawnl(_P_NOWAIT, LLAppViewer::sUpdaterInfo->mUpdateExePath.c_str(), LLAppViewer::sUpdaterInfo->mUpdateExePath.c_str(), LLAppViewer::sUpdaterInfo->mParams.str().c_str(), NULL); delete LLAppViewer::sUpdaterInfo ; LLAppViewer::sUpdaterInfo = NULL ; - } + }*/ return 0; } -- cgit v1.1