aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/llcommon/llprocessor.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'linden/indra/llcommon/llprocessor.cpp')
-rw-r--r--linden/indra/llcommon/llprocessor.cpp7
1 files changed, 4 insertions, 3 deletions
diff --git a/linden/indra/llcommon/llprocessor.cpp b/linden/indra/llcommon/llprocessor.cpp
index 4d00ab5..4977ead 100644
--- a/linden/indra/llcommon/llprocessor.cpp
+++ b/linden/indra/llcommon/llprocessor.cpp
@@ -2,6 +2,8 @@
2 * @file llprocessor.cpp 2 * @file llprocessor.cpp
3 * @brief Code to figure out the processor. Originally by Benjamin Jurke. 3 * @brief Code to figure out the processor. Originally by Benjamin Jurke.
4 * 4 *
5 * $LicenseInfo:firstyear=2002&license=viewergpl$
6 *
5 * Copyright (c) 2002-2007, Linden Research, Inc. 7 * Copyright (c) 2002-2007, Linden Research, Inc.
6 * 8 *
7 * Second Life Viewer Source Code 9 * Second Life Viewer Source Code
@@ -24,6 +26,7 @@
24 * ALL LINDEN LAB SOURCE CODE IS PROVIDED "AS IS." LINDEN LAB MAKES NO 26 * ALL LINDEN LAB SOURCE CODE IS PROVIDED "AS IS." LINDEN LAB MAKES NO
25 * WARRANTIES, EXPRESS, IMPLIED OR OTHERWISE, REGARDING ITS ACCURACY, 27 * WARRANTIES, EXPRESS, IMPLIED OR OTHERWISE, REGARDING ITS ACCURACY,
26 * COMPLETENESS OR PERFORMANCE. 28 * COMPLETENESS OR PERFORMANCE.
29 * $/LicenseInfo$
27 */ 30 */
28 31
29// Filename: Processor.cpp 32// Filename: Processor.cpp
@@ -48,9 +51,7 @@
48 51
49#include "processor.h" 52#include "processor.h"
50 53
51#include <stdio.h> 54#include <memory>
52#include <string.h>
53#include <memory.h>
54 55
55#if LL_WINDOWS 56#if LL_WINDOWS
56# define WIN32_LEAN_AND_MEAN 57# define WIN32_LEAN_AND_MEAN