msdn url patches

Jeroen Janssen japj at xs4all.nl
Sun Jul 25 06:35:27 CDT 2004


When a MSDN url doesn't contain 
http://msdn.microsoft.com/library/default.asp?.... you can almost be 
certain that the page doesn't exist. However, the hard part is finding 
the new location of the specific documentation, since it's not always 
exactly clear from the code what the original url exactly referred to.

Changelog:
    updated some MSDN links in the code
-------------- next part --------------
Index: controls/combo.c
===================================================================
RCS file: /home/wine/wine/controls/combo.c,v
retrieving revision 1.107
diff -u -u -r1.107 combo.c
--- controls/combo.c	12 Jul 2004 23:52:33 -0000	1.107
+++ controls/combo.c	25 Jul 2004 11:30:43 -0000
@@ -1816,7 +1816,7 @@
 /***********************************************************************
  *           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 )
Index: dlls/d3d8/shader.c
===================================================================
RCS file: /home/wine/wine/dlls/d3d8/shader.c,v
retrieving revision 1.28
diff -u -u -r1.28 shader.c
--- dlls/d3d8/shader.c	27 May 2004 01:56:56 -0000	1.28
+++ dlls/d3d8/shader.c	25 Jul 2004 11:30:45 -0000
@@ -70,7 +70,7 @@
  *  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
Index: dlls/d3d8/vshaderdeclaration.c
===================================================================
RCS file: /home/wine/wine/dlls/d3d8/vshaderdeclaration.c,v
retrieving revision 1.8
diff -u -u -r1.8 vshaderdeclaration.c
--- dlls/d3d8/vshaderdeclaration.c	27 May 2004 01:56:56 -0000	1.8
+++ dlls/d3d8/vshaderdeclaration.c	25 Jul 2004 11:30:47 -0000
@@ -58,7 +58,7 @@
  *  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
Index: dlls/d3d9/vshaderdeclaration.c
===================================================================
RCS file: /home/wine/wine/dlls/d3d9/vshaderdeclaration.c,v
retrieving revision 1.2
diff -u -u -r1.2 vshaderdeclaration.c
--- dlls/d3d9/vshaderdeclaration.c	5 Sep 2003 23:08:41 -0000	1.2
+++ dlls/d3d9/vshaderdeclaration.c	25 Jul 2004 11:30:47 -0000
@@ -56,7 +56,7 @@
  *  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
Index: dlls/gdi/dib.c
===================================================================
RCS file: /home/wine/wine/dlls/gdi/dib.c,v
retrieving revision 1.1
diff -u -u -r1.1 dib.c
--- dlls/gdi/dib.c	21 Jul 2004 04:07:28 -0000	1.1
+++ dlls/gdi/dib.c	25 Jul 2004 11:30:49 -0000
@@ -35,7 +35,7 @@
  *           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 @@
  *    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 */
Index: dlls/ole32/oleproxy.c
===================================================================
RCS file: /home/wine/wine/dlls/ole32/oleproxy.c,v
retrieving revision 1.17
diff -u -u -r1.17 oleproxy.c
--- dlls/ole32/oleproxy.c	22 Jul 2004 23:44:54 -0000	1.17
+++ dlls/ole32/oleproxy.c	25 Jul 2004 11:30:51 -0000
@@ -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/com/comext_1q0p.asp
+ * http://msdn.microsoft.com/library/default.asp?url=/library/en-us/com/htm/comext_1q0p.asp
  *
  * (COM Stub)
- * http://msdn.microsoft.com/library/en-us/com/comext_1lia.asp
+ * http://msdn.microsoft.com/library/default.asp?url=/library/en-us/com/htm/comext_1lia.asp
  *
  * (Marshal)
- * http://msdn.microsoft.com/library/en-us/com/comext_1gfn.asp
+ * http://msdn.microsoft.com/library/default.asp?url=/library/en-us/com/htm/comext_1gfn.asp
  *
  */
 


More information about the wine-patches mailing list