[PATCH] removed msdn links

Jonathan Thomas echidnaman at gmail.com
Fri Jan 18 11:24:11 CST 2008


---
 dlls/d3d9/device.c       |    2 +-
 dlls/dmime/performance.c |   10 +---------
 dlls/dmime/segment.c     |    1 -
 dlls/gdi32/dib.c         |    2 --
 dlls/mshtml/service.c    |    1 -
 dlls/user32/combo.c      |    1 -
 dlls/user32/cursoricon.c |    1 -
 7 files changed, 2 insertions(+), 16 deletions(-)

diff --git a/dlls/d3d9/device.c b/dlls/d3d9/device.c
index ca4200f..62081e2 100644
--- a/dlls/d3d9/device.c
+++ b/dlls/d3d9/device.c
@@ -1396,7 +1396,7 @@ static HRESULT  WINAPI  IDirect3DDevice9Impl_DrawRectPatch(LPDIRECT3DDEVICE9 ifa
     LeaveCriticalSection(&d3d9_cs);
     return hr;
 }
-/*http://msdn.microsoft.com/library/default.asp?url=/library/en-us/directx9_c/directx/graphics/reference/d3d/interfaces/idirect3ddevice9/DrawTriPatch.asp*/
+
 static HRESULT  WINAPI  IDirect3DDevice9Impl_DrawTriPatch(LPDIRECT3DDEVICE9 iface, UINT Handle, CONST float* pNumSegs, CONST D3DTRIPATCH_INFO* pTriPatchInfo) {
     IDirect3DDevice9Impl *This = (IDirect3DDevice9Impl *)iface;
     HRESULT hr;
diff --git a/dlls/dmime/performance.c b/dlls/dmime/performance.c
index 51a4b25..f9879c2 100644
--- a/dlls/dmime/performance.c
+++ b/dlls/dmime/performance.c
@@ -229,7 +229,6 @@ static HRESULT WINAPI IDirectMusicPerformance8Impl_Init (LPDIRECTMUSICPERFORMANC
 	  /** 
 	   * as seen in msdn
 	   * 
-	   *  http://msdn.microsoft.com/library/default.asp?url=/library/en-us/directx9_c/directX/htm/idirectmusicperformance8initaudio.asp
 	   */
 	  if (NULL != hWnd) {
 	    IDirectSound8_SetCooperativeLevel(This->pDirectSound, hWnd, DSSCL_PRIORITY);
@@ -773,8 +772,7 @@ static HRESULT WINAPI IDirectMusicPerformance8Impl_InitAudio (LPDIRECTMUSICPERFO
 	  memcpy(&This->pParams, pParams, sizeof(DMUS_AUDIOPARAMS));
 	} else {
 	  /**
-	   * TODO, how can i fill the struct 
-	   * as seen at http://msdn.microsoft.com/library/default.asp?url=/library/en-us/directx9_c/directX/htm/dmusaudioparams.asp
+	   * TODO, how can I fill the struct 
 	   */
 	  memset(&This->pParams, 0, sizeof(DMUS_AUDIOPARAMS));
 	  This->pParams.dwSize = sizeof(DMUS_AUDIOPARAMS);
@@ -834,9 +832,6 @@ static HRESULT WINAPI IDirectMusicPerformance8Impl_CreateAudioPath (LPDIRECTMUSI
 	return IDirectMusicAudioPath_Activate(*ppNewPath, fActivate);
 }
 
-/**
- * see  http://msdn.microsoft.com/library/default.asp?url=/library/en-us/directx9_c/directX/htm/standardaudiopaths.asp
- */
 static HRESULT WINAPI IDirectMusicPerformance8Impl_CreateStandardAudioPath (LPDIRECTMUSICPERFORMANCE8 iface, DWORD dwType, DWORD dwPChannelCount, BOOL fActivate, IDirectMusicAudioPath** ppNewPath) {
 	IDirectMusicAudioPathImpl *default_path;
 	IDirectMusicAudioPath *pPath;
@@ -1043,9 +1038,6 @@ HRESULT WINAPI DMUSIC_CreateDirectMusicPerformanceImpl (LPCGUID lpcGUID, LPVOID
 	InitializeCriticalSection(&obj->safe);
 	obj->safe.DebugInfo->Spare[0] = (DWORD_PTR)(__FILE__ ": IDirectMusicPerformance8Impl*->safe");
 
-	/**
-	 * @see http://msdn.microsoft.com/archive/default.asp?url=/archive/en-us/directx9_c/directx/htm/latencyandbumpertime.asp
-	 */
 	obj->rtLatencyTime  = 100;  /* 100ms TO FIX */
 	obj->dwBumperLength =   50; /* 50ms default */
 	obj->dwPrepareTime  = 1000; /* 1000ms default */
diff --git a/dlls/dmime/segment.c b/dlls/dmime/segment.c
index badc334..c45dbeb 100644
--- a/dlls/dmime/segment.c
+++ b/dlls/dmime/segment.c
@@ -310,7 +310,6 @@ static HRESULT WINAPI IDirectMusicSegment8Impl_IDirectMusicSegment8_GetGraph (LP
   }
   /** 
    * should return This, as seen in msdn 
-   * http://msdn.microsoft.com/archive/default.asp?url=/archive/en-us/directx9_c/directx/htm/idirectmusicsegment8getgraph.asp
    * "...The segment object implements IDirectMusicGraph directly..."
    */
   *ppGraph = This->pGraph;
diff --git a/dlls/gdi32/dib.c b/dlls/gdi32/dib.c
index 9f7aa4e..f4d37c5 100644
--- a/dlls/gdi32/dib.c
+++ b/dlls/gdi32/dib.c
@@ -82,7 +82,6 @@ WINE_DEFAULT_DEBUG_CHANNEL(bitmap);
  *           DIB_GetDIBWidthBytes
  *
  * Return the width of a DIB bitmap in bytes. DIB bitmap data is 32-bit aligned.
- * http://msdn.microsoft.com/library/default.asp?url=/library/en-us/gdi/bitmaps_87eb.asp
  */
 int DIB_GetDIBWidthBytes( int width, int depth )
 {
@@ -539,7 +538,6 @@ static const RGBTRIPLE DefLogPaletteTriples[20] = { /* Copy of Default Logical P
  *    Success: Number of scan lines copied from bitmap
  *    Failure: 0
  *
- * 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 */
diff --git a/dlls/mshtml/service.c b/dlls/mshtml/service.c
index 66fa8b6..a74729e 100644
--- a/dlls/mshtml/service.c
+++ b/dlls/mshtml/service.c
@@ -232,7 +232,6 @@ static HRESULT WINAPI ServiceProvider_QueryService(IServiceProvider *iface, REFG
 {
     HTMLDocument *This = SERVPROV_THIS(iface);
     
-    /* See http://msdn.microsoft.com/workshop/browser/hosting/wbcustompart2.asp */
     if(IsEqualGUID(&CLSID_CMarkup, guidService)) {
         FIXME("(%p)->(CLSID_CMarkup %s %p)\n", This, debugstr_guid(riid), ppv);
         return E_NOINTERFACE;
diff --git a/dlls/user32/combo.c b/dlls/user32/combo.c
index 6f0fd84..dff13a5 100644
--- a/dlls/user32/combo.c
+++ b/dlls/user32/combo.c
@@ -1841,7 +1841,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 )
diff --git a/dlls/user32/cursoricon.c b/dlls/user32/cursoricon.c
index 7c197ed..efd9663 100644
--- a/dlls/user32/cursoricon.c
+++ b/dlls/user32/cursoricon.c
@@ -24,7 +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:
-- 
1.5.2.5


--------------080203000505050100010000
Content-Type: text/x-patch;
 name="0002-removed-various-msdn-links.patch"
Content-Transfer-Encoding: 8bit
Content-Disposition: inline;
 filename="0002-removed-various-msdn-links.patch"



More information about the wine-patches mailing list