diff options
Diffstat (limited to 'linden/indra/win_updater/updater.cpp')
-rw-r--r-- | linden/indra/win_updater/updater.cpp | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/linden/indra/win_updater/updater.cpp b/linden/indra/win_updater/updater.cpp index 45a488e..e25383b 100644 --- a/linden/indra/win_updater/updater.cpp +++ b/linden/indra/win_updater/updater.cpp | |||
@@ -2,6 +2,8 @@ | |||
2 | * @file updater.cpp | 2 | * @file updater.cpp |
3 | * @brief Windows auto-updater | 3 | * @brief Windows auto-updater |
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,20 +26,18 @@ | |||
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 | // | 32 | // |
30 | // Usage: updater -url <url> [-name <window_title>] [-program <program_name>] [-silent] | 33 | // Usage: updater -url <url> [-name <window_title>] [-program <program_name>] [-silent] |
31 | // | 34 | // |
32 | 35 | ||
36 | #include "linden_common.h" | ||
37 | |||
33 | #include <windows.h> | 38 | #include <windows.h> |
34 | #include <wininet.h> | 39 | #include <wininet.h> |
35 | 40 | ||
36 | #include <stdio.h> | ||
37 | #include <stdarg.h> | ||
38 | #include "llpreprocessor.h" | ||
39 | #include "llfile.h" | ||
40 | |||
41 | #define BUFSIZE 8192 | 41 | #define BUFSIZE 8192 |
42 | 42 | ||
43 | int gTotalBytesRead = 0; | 43 | int gTotalBytesRead = 0; |