Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-winehq
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-winehq
Commits
cead7c0e
Commit
cead7c0e
authored
Jul 30, 2004
by
Jeroen Janssen
Committed by
Alexandre Julliard
Jul 30, 2004
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Updated some MSDN links in the code.
parent
11fc5874
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
12 additions
and
9 deletions
+12
-9
combo.c
controls/combo.c
+1
-1
shader.c
dlls/d3d8/shader.c
+1
-1
vshaderdeclaration.c
dlls/d3d8/vshaderdeclaration.c
+1
-1
vshaderdeclaration.c
dlls/d3d9/vshaderdeclaration.c
+1
-1
dib.c
dlls/gdi/dib.c
+2
-2
oleproxy.c
dlls/ole32/oleproxy.c
+6
-3
No files found.
controls/combo.c
View file @
cead7c0e
...
...
@@ -1816,7 +1816,7 @@ static void COMBO_MouseMove( LPHEADCOMBO lphc, WPARAM wParam, LPARAM lParam )
/***********************************************************************
* ComboWndProc_common
*
* http://
www.microsoft.com/msdn/sdk/platforms/doc/sdk/win32/ctrl/src/combobox_15.htm
* 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
)
...
...
dlls/d3d8/shader.c
View file @
cead7c0e
...
...
@@ -70,7 +70,7 @@ WINE_DECLARE_DEBUG_CHANNEL(d3d_hw_shader);
* http://msdn.microsoft.com/library/default.asp?url=/library/en-us/directx9_c/directx/graphics/programmingguide/advancedtopics/VertexPipe/matrixstack/matrixstack.asp
*
* FVF
* http://msdn.microsoft.com/library/en-us/directx9_c/directx/graphics/programmingguide/GettingStarted/VertexFormats/vformats.asp
* http://msdn.microsoft.com/library/
default.asp?url=/library/
en-us/directx9_c/directx/graphics/programmingguide/GettingStarted/VertexFormats/vformats.asp
*
* NVIDIA: DX8 Vertex Shader to NV Vertex Program
* http://developer.nvidia.com/view.asp?IO=vstovp
...
...
dlls/d3d8/vshaderdeclaration.c
View file @
cead7c0e
...
...
@@ -58,7 +58,7 @@ WINE_DEFAULT_DEBUG_CHANNEL(d3d_shader);
* http://msdn.microsoft.com/library/default.asp?url=/library/en-us/directx9_c/directx/graphics/programmingguide/advancedtopics/VertexPipe/matrixstack/matrixstack.asp
*
* FVF
* http://msdn.microsoft.com/library/en-us/directx9_c/directx/graphics/programmingguide/GettingStarted/VertexFormats/vformats.asp
* http://msdn.microsoft.com/library/
default.asp?url=/library/
en-us/directx9_c/directx/graphics/programmingguide/GettingStarted/VertexFormats/vformats.asp
*
* NVIDIA: DX8 Vertex Shader to NV Vertex Program
* http://developer.nvidia.com/view.asp?IO=vstovp
...
...
dlls/d3d9/vshaderdeclaration.c
View file @
cead7c0e
...
...
@@ -56,7 +56,7 @@ WINE_DEFAULT_DEBUG_CHANNEL(d3d_shader);
* http://msdn.microsoft.com/library/default.asp?url=/library/en-us/directx9_c/directx/graphics/programmingguide/advancedtopics/VertexPipe/matrixstack/matrixstack.asp
*
* FVF
* http://msdn.microsoft.com/library/en-us/directx9_c/directx/graphics/programmingguide/GettingStarted/VertexFormats/vformats.asp
* http://msdn.microsoft.com/library/
default.asp?url=/library/
en-us/directx9_c/directx/graphics/programmingguide/GettingStarted/VertexFormats/vformats.asp
*
* NVIDIA: DX8 Vertex Shader to NV Vertex Program
* http://developer.nvidia.com/view.asp?IO=vstovp
...
...
dlls/gdi/dib.c
View file @
cead7c0e
...
...
@@ -35,7 +35,7 @@ WINE_DEFAULT_DEBUG_CHANNEL(bitmap);
* DIB_GetDIBWidthBytes
*
* Return the width of a DIB bitmap in bytes. DIB bitmap data is 32-bit aligned.
* http://
www.microsoft.com/msdn/sdk/platforms/doc/sdk/win32/struc/src/str01.htm
* http://
msdn.microsoft.com/library/default.asp?url=/library/en-us/gdi/bitmaps_87eb.asp
*/
int
DIB_GetDIBWidthBytes
(
int
width
,
int
depth
)
{
...
...
@@ -401,7 +401,7 @@ static RGBQUAD DefLogPalette[20] = { /* Copy of Default Logical Palette */
* Success: Number of scan lines copied from bitmap
* Failure: 0
*
* http://
www.microsoft.com/msdn/sdk/platforms/doc/sdk/win32/func/src/f30_14.htm
* http://
msdn.microsoft.com/library/default.asp?url=/library/en-us/gdi/bitmaps_87eb.asp
*/
INT
WINAPI
GetDIBits
(
HDC
hdc
,
/* [in] Handle to device context */
...
...
dlls/ole32/oleproxy.c
View file @
cead7c0e
...
...
@@ -20,14 +20,17 @@
/* Documentation on MSDN:
*
* (Top level COM documentation)
* http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnanchor/html/componentdevelopmentank.asp
*
* (COM Proxy)
* http://msdn.microsoft.com/library/
en-us/co
m/comext_1q0p.asp
* http://msdn.microsoft.com/library/
default.asp?url=/library/en-us/com/ht
m/comext_1q0p.asp
*
* (COM Stub)
* http://msdn.microsoft.com/library/
en-us/co
m/comext_1lia.asp
* http://msdn.microsoft.com/library/
default.asp?url=/library/en-us/com/ht
m/comext_1lia.asp
*
* (Marshal)
* http://msdn.microsoft.com/library/
en-us/co
m/comext_1gfn.asp
* http://msdn.microsoft.com/library/
default.asp?url=/library/en-us/com/ht
m/comext_1gfn.asp
*
*/
...
...
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