janitorial: Remove links to any microsoft site.
This commit is contained in:
parent
c2a627c6e8
commit
c29c740de0
|
@ -1837,8 +1837,6 @@ static char *strdupA(LPCSTR str)
|
|||
|
||||
/***********************************************************************
|
||||
* ComboWndProc_common
|
||||
*
|
||||
* http://msdn.microsoft.com/library/default.asp?url=/library/en-us/shellcc/platform/commctls/comboboxes/comboboxes.asp
|
||||
*/
|
||||
static LRESULT ComboWndProc_common( HWND hwnd, UINT message,
|
||||
WPARAM wParam, LPARAM lParam, BOOL unicode )
|
||||
|
|
|
@ -817,7 +817,6 @@ INT16 WINAPI SetCommState16(LPDCB16 lpdcb)
|
|||
* 2. if it is greater than 57600, the baud rate is 115200
|
||||
* 3. use the actual baudrate
|
||||
* steps 2 and 3 are equivalent to 16550 baudrate divisor = 115200/BaudRate
|
||||
* see http://support.microsoft.com/support/kb/articles/q108/9/28.asp
|
||||
*/
|
||||
switch(lpdcb->BaudRate)
|
||||
{
|
||||
|
|
|
@ -24,8 +24,6 @@
|
|||
/*
|
||||
* Theory:
|
||||
*
|
||||
* http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnwui/html/msdn_icons.asp
|
||||
*
|
||||
* Cursors and icons are stored in a global heap block, with the
|
||||
* following layout:
|
||||
*
|
||||
|
|
|
@ -988,7 +988,6 @@ static WDML_QUEUE_STATE WDML_HandleReply(WDML_CONV* pConv, MSG* msg, HDDEDATA* h
|
|||
case WM_DDE_ACK:
|
||||
/* This happens at end of DdeClientTransaction XTYP_EXECUTE
|
||||
* Without this assignment, DdeClientTransaction's return value is undefined
|
||||
* See also http://support.microsoft.com/kb/102574
|
||||
*/
|
||||
*hdd = (HDDEDATA)TRUE;
|
||||
if (ack)
|
||||
|
|
|
@ -194,7 +194,6 @@ static BYTE * ICO_LoadIcon( LPBYTE peimage, LPicoICONDIRENTRY lpiIDE, ULONG *uSi
|
|||
* ICO_GetIconDirectory
|
||||
*
|
||||
* Reads .ico file and build phony ICONDIR struct
|
||||
* see http://www.microsoft.com/win32dev/ui/icons.htm
|
||||
*/
|
||||
#define HEADER_SIZE (sizeof(CURSORICONDIR) - sizeof (CURSORICONDIRENTRY))
|
||||
#define HEADER_SIZE_FILE (sizeof(icoICONDIR) - sizeof (icoICONDIRENTRY))
|
||||
|
|
|
@ -251,8 +251,7 @@ INT X11DRV_GetDeviceCaps( X11DRV_PDEVICE *physDev, INT cap )
|
|||
case CAPS1:
|
||||
FIXME("(%p): CAPS1 is unimplemented, will return 0\n", physDev->hdc );
|
||||
/* please see wingdi.h for the possible bit-flag values that need
|
||||
to be returned. also, see
|
||||
http://msdn.microsoft.com/library/ddkdoc/win95ddk/graphcnt_1m0p.htm */
|
||||
to be returned. */
|
||||
return 0;
|
||||
case SIZEPALETTE:
|
||||
return palette_size;
|
||||
|
|
|
@ -43,9 +43,6 @@ WINE_DEFAULT_DEBUG_CHANNEL(palette);
|
|||
* the screendepth > 8 - we abandon palette mappings altogether
|
||||
* because pixel values can be calculated without X server
|
||||
* assistance.
|
||||
*
|
||||
* Windows palette manager is described in the
|
||||
* http://premium.microsoft.com/msdn/library/techart/f30/f34/f40/d4d/sa942.htm
|
||||
*/
|
||||
|
||||
#define NB_RESERVED_COLORS 20 /* number of fixed colors in system palette */
|
||||
|
|
|
@ -1029,9 +1029,6 @@ static BOOL LFD_ComposeLFD( const fontObject* fo,
|
|||
|
||||
/***********************************************************************
|
||||
* X Font Resources
|
||||
*
|
||||
* font info - http://www.microsoft.com/kb/articles/q65/1/23.htm
|
||||
* Windows font metrics - http://www.microsoft.com/kb/articles/q32/6/67.htm
|
||||
*/
|
||||
static void XFONT_GetLeading( const IFONTINFO16 *pFI, const XFontStruct* x_fs,
|
||||
INT16* pIL, INT16* pEL, const XFONTTRANS *XFT )
|
||||
|
@ -2404,7 +2401,6 @@ static int XFONT_GetDefResolution( int log_pixels_x, int log_pixels_y )
|
|||
* weight, italics, underlines, strikeouts
|
||||
*
|
||||
* NOTE: you can experiment with different penalty weights to see what happens.
|
||||
* http://premium.microsoft.com/msdn/library/techart/f365/f36b/f37b/d38b/sa8bf.htm
|
||||
*/
|
||||
static UINT XFONT_Match( fontMatch* pfm )
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue