aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra
diff options
context:
space:
mode:
authorMcCabe Maxsted2009-11-09 18:20:59 -0700
committerMcCabe Maxsted2009-11-09 18:20:59 -0700
commit2547cfa6e15657c262cefc5a9407ecc4f813a3a5 (patch)
tree0603b31c9a0ac824eb26f2c487f9dc23ed5832eb /linden/indra
parentRemoved deprecated EGridInfo from llloginhandler (diff)
downloadmeta-impy-2547cfa6e15657c262cefc5a9407ecc4f813a3a5.zip
meta-impy-2547cfa6e15657c262cefc5a9407ecc4f813a3a5.tar.gz
meta-impy-2547cfa6e15657c262cefc5a9407ecc4f813a3a5.tar.bz2
meta-impy-2547cfa6e15657c262cefc5a9407ecc4f813a3a5.tar.xz
Fixed llstartup header issue and removed WIN32_LEAN_AND_MEAN define
Diffstat (limited to 'linden/indra')
-rw-r--r--linden/indra/newview/llstartup.cpp9
1 files changed, 1 insertions, 8 deletions
diff --git a/linden/indra/newview/llstartup.cpp b/linden/indra/newview/llstartup.cpp
index 4d35242..c5bf2c7 100644
--- a/linden/indra/newview/llstartup.cpp
+++ b/linden/indra/newview/llstartup.cpp
@@ -30,14 +30,7 @@
30 * $/LicenseInfo$ 30 * $/LicenseInfo$
31 */ 31 */
32 32
33// #include "llviewerprecompiledheaders.h" 33#include "llviewerprecompiledheaders.h"
34
35
36#if LL_WINDOWS
37 #define WIN32_LEAN_AND_MEAN
38 #include <winsock2.h>
39 #include <windows.h>
40#endif
41 34
42#include "llstartup.h" 35#include "llstartup.h"
43 36