Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-cw
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
wine
wine-cw
Commits
c29c740d
Commit
c29c740d
authored
Feb 29, 2008
by
James Hawkins
Committed by
Alexandre Julliard
Mar 01, 2008
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
janitorial: Remove links to any microsoft site.
parent
c2a627c6
Hide whitespace changes
Inline
Side-by-side
Showing
8 changed files
with
1 addition
and
16 deletions
+1
-16
combo.c
dlls/user32/combo.c
+0
-2
comm16.c
dlls/user32/comm16.c
+0
-1
cursoricon.c
dlls/user32/cursoricon.c
+0
-2
dde_client.c
dlls/user32/dde_client.c
+0
-1
exticon.c
dlls/user32/exticon.c
+0
-1
init.c
dlls/winex11.drv/init.c
+1
-2
palette.c
dlls/winex11.drv/palette.c
+0
-3
xfont.c
dlls/winex11.drv/xfont.c
+0
-4
No files found.
dlls/user32/combo.c
View file @
c29c740d
...
@@ -1837,8 +1837,6 @@ static char *strdupA(LPCSTR str)
...
@@ -1837,8 +1837,6 @@ static char *strdupA(LPCSTR str)
/***********************************************************************
/***********************************************************************
* ComboWndProc_common
* 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
,
static
LRESULT
ComboWndProc_common
(
HWND
hwnd
,
UINT
message
,
WPARAM
wParam
,
LPARAM
lParam
,
BOOL
unicode
)
WPARAM
wParam
,
LPARAM
lParam
,
BOOL
unicode
)
...
...
dlls/user32/comm16.c
View file @
c29c740d
...
@@ -817,7 +817,6 @@ INT16 WINAPI SetCommState16(LPDCB16 lpdcb)
...
@@ -817,7 +817,6 @@ INT16 WINAPI SetCommState16(LPDCB16 lpdcb)
* 2. if it is greater than 57600, the baud rate is 115200
* 2. if it is greater than 57600, the baud rate is 115200
* 3. use the actual baudrate
* 3. use the actual baudrate
* steps 2 and 3 are equivalent to 16550 baudrate divisor = 115200/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
)
switch
(
lpdcb
->
BaudRate
)
{
{
...
...
dlls/user32/cursoricon.c
View file @
c29c740d
...
@@ -24,8 +24,6 @@
...
@@ -24,8 +24,6 @@
/*
/*
* Theory:
* 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
* Cursors and icons are stored in a global heap block, with the
* following layout:
* following layout:
*
*
...
...
dlls/user32/dde_client.c
View file @
c29c740d
...
@@ -988,7 +988,6 @@ static WDML_QUEUE_STATE WDML_HandleReply(WDML_CONV* pConv, MSG* msg, HDDEDATA* h
...
@@ -988,7 +988,6 @@ static WDML_QUEUE_STATE WDML_HandleReply(WDML_CONV* pConv, MSG* msg, HDDEDATA* h
case
WM_DDE_ACK
:
case
WM_DDE_ACK
:
/* This happens at end of DdeClientTransaction XTYP_EXECUTE
/* This happens at end of DdeClientTransaction XTYP_EXECUTE
* Without this assignment, DdeClientTransaction's return value is undefined
* Without this assignment, DdeClientTransaction's return value is undefined
* See also http://support.microsoft.com/kb/102574
*/
*/
*
hdd
=
(
HDDEDATA
)
TRUE
;
*
hdd
=
(
HDDEDATA
)
TRUE
;
if
(
ack
)
if
(
ack
)
...
...
dlls/user32/exticon.c
View file @
c29c740d
...
@@ -194,7 +194,6 @@ static BYTE * ICO_LoadIcon( LPBYTE peimage, LPicoICONDIRENTRY lpiIDE, ULONG *uSi
...
@@ -194,7 +194,6 @@ static BYTE * ICO_LoadIcon( LPBYTE peimage, LPicoICONDIRENTRY lpiIDE, ULONG *uSi
* ICO_GetIconDirectory
* ICO_GetIconDirectory
*
*
* Reads .ico file and build phony ICONDIR struct
* 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 (sizeof(CURSORICONDIR) - sizeof (CURSORICONDIRENTRY))
#define HEADER_SIZE_FILE (sizeof(icoICONDIR) - sizeof (icoICONDIRENTRY))
#define HEADER_SIZE_FILE (sizeof(icoICONDIR) - sizeof (icoICONDIRENTRY))
...
...
dlls/winex11.drv/init.c
View file @
c29c740d
...
@@ -251,8 +251,7 @@ INT X11DRV_GetDeviceCaps( X11DRV_PDEVICE *physDev, INT cap )
...
@@ -251,8 +251,7 @@ INT X11DRV_GetDeviceCaps( X11DRV_PDEVICE *physDev, INT cap )
case
CAPS1
:
case
CAPS1
:
FIXME
(
"(%p): CAPS1 is unimplemented, will return 0
\n
"
,
physDev
->
hdc
);
FIXME
(
"(%p): CAPS1 is unimplemented, will return 0
\n
"
,
physDev
->
hdc
);
/* please see wingdi.h for the possible bit-flag values that need
/* please see wingdi.h for the possible bit-flag values that need
to be returned. also, see
to be returned. */
http://msdn.microsoft.com/library/ddkdoc/win95ddk/graphcnt_1m0p.htm */
return
0
;
return
0
;
case
SIZEPALETTE
:
case
SIZEPALETTE
:
return
palette_size
;
return
palette_size
;
...
...
dlls/winex11.drv/palette.c
View file @
c29c740d
...
@@ -43,9 +43,6 @@ WINE_DEFAULT_DEBUG_CHANNEL(palette);
...
@@ -43,9 +43,6 @@ WINE_DEFAULT_DEBUG_CHANNEL(palette);
* the screendepth > 8 - we abandon palette mappings altogether
* the screendepth > 8 - we abandon palette mappings altogether
* because pixel values can be calculated without X server
* because pixel values can be calculated without X server
* assistance.
* 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 */
#define NB_RESERVED_COLORS 20
/* number of fixed colors in system palette */
...
...
dlls/winex11.drv/xfont.c
View file @
c29c740d
...
@@ -1029,9 +1029,6 @@ static BOOL LFD_ComposeLFD( const fontObject* fo,
...
@@ -1029,9 +1029,6 @@ static BOOL LFD_ComposeLFD( const fontObject* fo,
/***********************************************************************
/***********************************************************************
* X Font Resources
* 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
,
static
void
XFONT_GetLeading
(
const
IFONTINFO16
*
pFI
,
const
XFontStruct
*
x_fs
,
INT16
*
pIL
,
INT16
*
pEL
,
const
XFONTTRANS
*
XFT
)
INT16
*
pIL
,
INT16
*
pEL
,
const
XFONTTRANS
*
XFT
)
...
@@ -2404,7 +2401,6 @@ static int XFONT_GetDefResolution( int log_pixels_x, int log_pixels_y )
...
@@ -2404,7 +2401,6 @@ static int XFONT_GetDefResolution( int log_pixels_x, int log_pixels_y )
* weight, italics, underlines, strikeouts
* weight, italics, underlines, strikeouts
*
*
* NOTE: you can experiment with different penalty weights to see what happens.
* 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
)
static
UINT
XFONT_Match
(
fontMatch
*
pfm
)
{
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment