Module: wine Branch: master Commit: eedfacdfe7628876490a73f70c785bbbed6e679f URL: http://source.winehq.org/git/wine.git/?a=commit;h=eedfacdfe7628876490a73f70c...
Author: James Hawkins jhawkins@codeweavers.com Date: Fri Feb 29 22:29:54 2008 -0600
janitorial: Remove links to any microsoft site.
---
dlls/msi/action.c | 8 -------- dlls/msi/appsearch.c | 3 --- dlls/msi/events.c | 5 ----- dlls/msi/package.c | 6 ------ dlls/msvcrt/except.c | 10 +--------- dlls/msvcrt/file.c | 3 +-- dlls/msvcrt/scanf.h | 12 ++---------- dlls/usp10/usp10.c | 5 ----- 8 files changed, 4 insertions(+), 48 deletions(-)
diff --git a/dlls/msi/action.c b/dlls/msi/action.c index d5fad0c..6efe14c 100644 --- a/dlls/msi/action.c +++ b/dlls/msi/action.c @@ -18,14 +18,6 @@ * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA */
-/* - * Pages I need - * -http://msdn.microsoft.com/library/default.asp?url=/library/en-us/msi/setup/i... - -http://msdn.microsoft.com/library/default.asp?url=/library/en-us/msi/setup/s... - */ - #include <stdarg.h>
#define COBJMACROS diff --git a/dlls/msi/appsearch.c b/dlls/msi/appsearch.c index a1e6045..0743aee 100644 --- a/dlls/msi/appsearch.c +++ b/dlls/msi/appsearch.c @@ -901,9 +901,6 @@ static UINT iterate_appsearch(MSIRECORD *row, LPVOID param) return r; }
-/* http://msdn.microsoft.com/library/en-us/msi/setup/appsearch_table.asp - * is the best reference for the AppSearch table and how it's used. - */ UINT ACTION_AppSearch(MSIPACKAGE *package) { static const WCHAR query[] = { diff --git a/dlls/msi/events.c b/dlls/msi/events.c index b85a5c5..6b6ead9 100644 --- a/dlls/msi/events.c +++ b/dlls/msi/events.c @@ -18,11 +18,6 @@ * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA */
- -/* -http://msdn.microsoft.com/library/default.asp?url=/library/en-us/msi/setup/c... -*/ - #include <stdarg.h> #include <stdio.h>
diff --git a/dlls/msi/package.c b/dlls/msi/package.c index 2ffbfb5..672de8d 100644 --- a/dlls/msi/package.c +++ b/dlls/msi/package.c @@ -332,12 +332,6 @@ done: msi_free(version); }
-/* - * There are a whole slew of these we need to set - * - * -http://msdn.microsoft.com/library/default.asp?url=/library/en-us/msi/setup/p... - */ static VOID set_installer_properties(MSIPACKAGE *package) { WCHAR pth[MAX_PATH]; diff --git a/dlls/msvcrt/except.c b/dlls/msvcrt/except.c index 9af5ff2..4cb1436 100644 --- a/dlls/msvcrt/except.c +++ b/dlls/msvcrt/except.c @@ -18,11 +18,6 @@ * License along with this library; if not, write to the Free Software * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA * - * NOTES: - * - * See http://www.microsoft.com/msj/0197/exception/exception.htm, - * but don't believe all of it. - * * FIXME: Incomplete support for nested exceptions/try block cleanup. */
@@ -468,8 +463,7 @@ static LONG WINAPI msvcrt_exception_filter(struct _EXCEPTION_POINTERS *except) ret = EXCEPTION_CONTINUE_EXECUTION; } break; - /* According to - * http://msdn.microsoft.com/library/en-us/vclib/html/_CRT_signal.asp + /* According to msdn, * the FPE signal handler takes as a second argument the type of * floating point exception. */ @@ -531,8 +525,6 @@ void msvcrt_free_signals(void)
/********************************************************************* * signal (MSVCRT.@) - * MS signal handling is described here: - * http://msdn.microsoft.com/library/en-us/vclib/html/_CRT_signal.asp * Some signals may never be generated except through an explicit call to * raise. */ diff --git a/dlls/msvcrt/file.c b/dlls/msvcrt/file.c index e8189a1..c2539c2 100644 --- a/dlls/msvcrt/file.c +++ b/dlls/msvcrt/file.c @@ -671,8 +671,7 @@ int CDECL _commit(int fd) /********************************************************************* * _dup2 (MSVCRT.@) * NOTES - * MSDN isn't clear on this point, but the remarks for _pipe, - * http://msdn.microsoft.com/library/default.asp?url=/library/en-us/vclib/html/... + * MSDN isn't clear on this point, but the remarks for _pipe * indicate file descriptors duplicated with _dup and _dup2 are always * inheritable. */ diff --git a/dlls/msvcrt/scanf.h b/dlls/msvcrt/scanf.h index 7fe3cc4..a3ca454 100644 --- a/dlls/msvcrt/scanf.h +++ b/dlls/msvcrt/scanf.h @@ -73,12 +73,6 @@ #endif /* STRING */ #endif /* CONSOLE */
-/********************************************************************* - * Implemented based on - * http://msdn.microsoft.com/library/default.asp?url=/library/en-us/vccore98/ht... - * Extended by C. Scott Ananian cananian@alumni.princeton.edu to handle - * more types of format spec. - */ _FUNCTION_ { int rd = 0, consumed = 0; int nch; @@ -314,8 +308,7 @@ _FUNCTION_ { } } break; - /* According to - * http://msdn.microsoft.com/library/default.asp?url=/library/en-us/vclib/html/... + /* According to msdn, * 's' reads a character string in a call to fscanf * and 'S' a wide character string and vice versa in a * call to fwscanf. The 'h', 'w' and 'l' prefixes override @@ -454,8 +447,7 @@ _FUNCTION_ { format++; } while(*format && (*format != ']')) { - /* According to: - * http://msdn.microsoft.com/library/default.asp?url=/library/en-us/vccore98/ht... + /* According to msdn: * "Note that %[a-z] and %[z-a] are interpreted as equivalent to %[abcde...z]." */ if((*format == '-') && (*(format + 1) != ']')) { if ((*(format - 1)) < *(format + 1)) diff --git a/dlls/usp10/usp10.c b/dlls/usp10/usp10.c index 28b0f90..3f0c896 100644 --- a/dlls/usp10/usp10.c +++ b/dlls/usp10/usp10.c @@ -35,11 +35,6 @@ #include "wine/debug.h" #include "wine/unicode.h"
-/** - * some documentation here: - * http://www.microsoft.com/typography/developers/uniscribe/uniscribe.htm - */ - WINE_DEFAULT_DEBUG_CHANNEL(uniscribe);
static const SCRIPT_PROPERTIES props[] =