janitorial: Remove links to any microsoft site.

This commit is contained in:
James Hawkins 2008-02-29 22:28:45 -06:00 committed by Alexandre Julliard
parent 109943cc4c
commit 00394486df
8 changed files with 3 additions and 20 deletions

View File

@ -54,10 +54,7 @@ static char filename2[] = "testfile.yyy";
a simple text file with the contents "This is a test file." a simple text file with the contents "This is a test file."
The file was created using COMPRESS.EXE from the Windows Server 2003 The file was created using COMPRESS.EXE from the Windows Server 2003
Resource Kit from Microsoft. The resource kit was retrieved from the Resource Kit from Microsoft.
following URL:
http://www.microsoft.com/downloads/details.aspx?FamilyID=9d467a69-57ff-4ae7-96ee-b18c4790cffd&displaylang=en
*/ */
static const unsigned char compressed_file[] = static const unsigned char compressed_file[] =
{0x53,0x5A,0x44,0x44,0x88,0xF0,0x27,0x33,0x41, {0x53,0x5A,0x44,0x44,0x88,0xF0,0x27,0x33,0x41,

View File

@ -98,10 +98,7 @@ static const WCHAR machineW[] = { 'd','u','m','m','y',0 };
/* To do any real functionality testing with this suite you need a copy of /* To do any real functionality testing with this suite you need a copy of
* the freely distributable standard RGB color space profile. It comes * the freely distributable standard RGB color space profile. It comes
* standard with Windows, but on Wine you probably need to install it yourself * standard with Windows, but on Wine you probably need to install it yourself
* in one of the locations mentioned below. Here's a link to the profile in * in one of the locations mentioned below.
* a self extracting zip file:
*
* http://download.microsoft.com/download/whistler/hwdev1/1.0/wxp/en-us/ColorProfile.exe
*/ */
/* Two common places to find the standard color space profile, relative /* Two common places to find the standard color space profile, relative

View File

@ -232,7 +232,6 @@ static HRESULT WINAPI ServiceProvider_QueryService(IServiceProvider *iface, REFG
{ {
HTMLDocument *This = SERVPROV_THIS(iface); HTMLDocument *This = SERVPROV_THIS(iface);
/* See http://msdn.microsoft.com/workshop/browser/hosting/wbcustompart2.asp */
if(IsEqualGUID(&CLSID_CMarkup, guidService)) { if(IsEqualGUID(&CLSID_CMarkup, guidService)) {
FIXME("(%p)->(CLSID_CMarkup %s %p)\n", This, debugstr_guid(riid), ppv); FIXME("(%p)->(CLSID_CMarkup %s %p)\n", This, debugstr_guid(riid), ppv);
return E_NOINTERFACE; return E_NOINTERFACE;

View File

@ -32,8 +32,7 @@
#include "winreg.h" #include "winreg.h"
#include "winternl.h" #include "winternl.h"
/* FIXME!!! this test checks only mappings, defined by MSDN: /* FIXME!!! this test checks only mappings, defined by MSDN
* http://support.microsoft.com/default.aspx?scid=KB;EN-US;q113996&
* It is necessary to add other mappings and to test them up to Windows XP. * It is necessary to add other mappings and to test them up to Windows XP.
* *
* Some Windows platforms don't know about all the mappings, and in such * Some Windows platforms don't know about all the mappings, and in such

View File

@ -86,8 +86,6 @@ static const RTL_OSVERSIONINFOEXW VersionData[NB_WINDOWS_VERSIONS] =
* Win95osr2.1: 4, 3, 0x40304BC, " B " (according to doc) * Win95osr2.1: 4, 3, 0x40304BC, " B " (according to doc)
* Win95osr2.5: 4, 3, 0x40304BE, " C " (according to doc) * Win95osr2.5: 4, 3, 0x40304BE, " C " (according to doc)
* Win95a/b can be discerned via regkey SubVersionNumber * Win95a/b can be discerned via regkey SubVersionNumber
* See also:
* http://support.microsoft.com/support/kb/articles/q158/2/38.asp
*/ */
sizeof(RTL_OSVERSIONINFOEXW), 4, 0, 0x40003B6, VER_PLATFORM_WIN32_WINDOWS, sizeof(RTL_OSVERSIONINFOEXW), 4, 0, 0x40003B6, VER_PLATFORM_WIN32_WINDOWS,
{0}, {0},

View File

@ -58,10 +58,6 @@ static const IRpcProxyBufferVtbl StdProxy_Vtbl;
#define ICOM_THIS_MULTI(impl,field,iface) impl* const This=(impl*)((char*)(iface) - offsetof(impl,field)) #define ICOM_THIS_MULTI(impl,field,iface) impl* const This=(impl*)((char*)(iface) - offsetof(impl,field))
/* How the Windows stubless proxy thunks work is explained at
* http://msdn.microsoft.com/library/en-us/dnmsj99/html/com0199.asp,
* but I'll use a slightly different method, to make life easier */
#if defined(__i386__) #if defined(__i386__)
#include "pshpack1.h" #include "pshpack1.h"

View File

@ -23,7 +23,6 @@
/* there can't be any alignment with the structures in this file */ /* there can't be any alignment with the structures in this file */
#include "pshpack1.h" #include "pshpack1.h"
/* From http://msdn.microsoft.com/library/default.asp?url=/library/en-us/rpc/rpc/parameter_descriptors.asp */
typedef struct _NDR_PROC_HEADER typedef struct _NDR_PROC_HEADER
{ {
/* type of handle to use: /* type of handle to use:

View File

@ -22,8 +22,6 @@
#ifndef __WINE_RPC_DEFS_H #ifndef __WINE_RPC_DEFS_H
#define __WINE_RPC_DEFS_H #define __WINE_RPC_DEFS_H
/* info from http://www.microsoft.com/msj/0398/dcomtextfigs.htm */
typedef struct typedef struct
{ {
unsigned char rpc_ver; /* RPC major version (5) */ unsigned char rpc_ver; /* RPC major version (5) */