wine
17 years agodbghelp: Now that symbol's value computation depend on instruction
Eric Pouech [Sat, 2 Dec 2006 16:43:14 +0000 (17:43 +0100)] 
dbghelp: Now that symbol's value computation depend on instruction
pointer value, be sure to always store it (spotted by Peter
Oberndorfer).

17 years agowinedbg: Added some black magic to still handle register values on non
Eric Pouech [Sat, 2 Dec 2006 16:43:08 +0000 (17:43 +0100)] 
winedbg: Added some black magic to still handle register values on non
current frame for some of the registers we know of (frame pointer,
stack pointer).

17 years agowinedbg: Remove some hassle from sgv_cb, and handle line number displacement where...
Eric Pouech [Sat, 2 Dec 2006 16:43:03 +0000 (17:43 +0100)] 
winedbg: Remove some hassle from sgv_cb, and handle line number displacement where needed.

17 years agowinedbg: No longer test filename in sgv_cb, but do it in the only place where we...
Eric Pouech [Sat, 2 Dec 2006 16:42:58 +0000 (17:42 +0100)] 
winedbg: No longer test filename in sgv_cb, but do it in the only place where we actually need it.

17 years agoole32: Add some more traces to the data cache to make debugging easier.
Rob Shearman [Sat, 2 Dec 2006 18:17:05 +0000 (18:17 +0000)] 
ole32: Add some more traces to the data cache to make debugging easier.

17 years agoole32: Add tests for invalid clipformat/tymed combinations in IOleCache:Cache and...
Rob Shearman [Sat, 2 Dec 2006 18:16:58 +0000 (18:16 +0000)] 
ole32: Add tests for invalid clipformat/tymed combinations in IOleCache:Cache and for caching formats with a clipformat of 0.

17 years agoole32: In the data cache, fmtetc->cfFormat and fmtetc->tymed can be 0 which means...
Rob Shearman [Sat, 2 Dec 2006 18:16:53 +0000 (18:16 +0000)] 
ole32: In the data cache, fmtetc->cfFormat and fmtetc->tymed can be 0 which means to match any clipformat/tymed.

Therefore, keep the clipformat of the data in the data_cf field.
Return an error from SetData if a non-zero clipformat hasn't been specified.
Write out stgmedium.tymed instead of fmtetc.tymed, which is guaranteed
to be non-zero if data has been set.

17 years agoole32: Check that the specified clipboard format and tymed are valid in IOleCache...
Rob Shearman [Sat, 2 Dec 2006 18:16:47 +0000 (18:16 +0000)] 
ole32: Check that the specified clipboard format and tymed are valid in IOleCache::Cache in the data cache.

17 years agospoolss: Forward EnumPortsW to winspool.drv.
Detlef Riekenberg [Sun, 3 Dec 2006 13:07:30 +0000 (14:07 +0100)] 
spoolss: Forward EnumPortsW to winspool.drv.

17 years agows2_32: Rewrite getsockopt to make it more readable.
Kai Blin [Mon, 4 Dec 2006 08:46:10 +0000 (09:46 +0100)] 
ws2_32: Rewrite getsockopt to make it more readable.

17 years agontdll: Allow module with extensions in forward specifications.
Alexandre Julliard [Mon, 4 Dec 2006 12:37:32 +0000 (13:37 +0100)] 
ntdll: Allow module with extensions in forward specifications.

17 years agomsi: Double quotes are not valid in queries.
Mike McCormack [Mon, 4 Dec 2006 07:52:18 +0000 (16:52 +0900)] 
msi: Double quotes are not valid in queries.

17 years agomsi: Add tests for quoting in queries.
Mike McCormack [Mon, 4 Dec 2006 07:52:05 +0000 (16:52 +0900)] 
msi: Add tests for quoting in queries.

17 years agod3d: Pass the superior creating object down to the callback functions.
Markus Amsler [Sun, 3 Dec 2006 20:52:03 +0000 (21:52 +0100)] 
d3d: Pass the superior creating object down to the callback functions.

17 years agofonts: Add Ukrainian and Byelorussian symbols in MS Sans Serif font.
Konstantin Kondratyuk [Fri, 1 Dec 2006 12:05:23 +0000 (15:05 +0300)] 
fonts: Add Ukrainian and Byelorussian symbols in MS Sans Serif font.

17 years agofonts: Add Ukrainian and Byelorussian symbols in Small fonts.
Konstantin Kondratyuk [Fri, 1 Dec 2006 12:05:34 +0000 (15:05 +0300)] 
fonts: Add Ukrainian and Byelorussian symbols in Small fonts.

17 years agofonts: Add Ukrainian and Byelorussian symbols in Courier font.
Konstantin Kondratyuk [Fri, 1 Dec 2006 12:05:13 +0000 (15:05 +0300)] 
fonts: Add Ukrainian and Byelorussian symbols in Courier font.

17 years agofonts: Add Ukrainian and Byelorussian symbols in System font.
Konstantin Kondratyuk [Fri, 1 Dec 2006 12:05:42 +0000 (15:05 +0300)] 
fonts: Add Ukrainian and Byelorussian symbols in System font.

17 years agocomctl32: Destroy header information on WM_NCDESTROY instead of WM_DESTROY.
Clinton Stimpson [Sun, 3 Dec 2006 01:12:07 +0000 (18:12 -0700)] 
comctl32: Destroy header information on WM_NCDESTROY instead of WM_DESTROY.

17 years agowgl: Don't return prematurely if ConvertPixelFormatWGLtoGLX receives an invalid pixel...
Chris Robinson [Sun, 3 Dec 2006 02:06:42 +0000 (18:06 -0800)] 
wgl: Don't return prematurely if ConvertPixelFormatWGLtoGLX receives an invalid pixel format.

17 years agooleaut32: Cleanup of previous VarBstrCmp patch.
Charles Blacklock [Fri, 1 Dec 2006 16:49:46 +0000 (16:49 +0000)] 
oleaut32: Cleanup of previous VarBstrCmp patch.

17 years agowined3d/d3d9: Pitch for DXTn textures can not be 0. With tests.
Vitaliy Margolen [Sun, 3 Dec 2006 03:27:36 +0000 (20:27 -0700)] 
wined3d/d3d9: Pitch for DXTn textures can not be 0. With tests.

17 years agodinput: Implement Poll for keyboard.
Vitaliy Margolen [Fri, 1 Dec 2006 17:56:30 +0000 (10:56 -0700)] 
dinput: Implement Poll for keyboard.

17 years agodinput: Move critical section to the base device class.
Vitaliy Margolen [Fri, 1 Dec 2006 17:56:00 +0000 (10:56 -0700)] 
dinput: Move critical section to the base device class.

17 years agodinput: Move acquired flag to the base device class. Add tests.
Vitaliy Margolen [Fri, 1 Dec 2006 17:54:42 +0000 (10:54 -0700)] 
dinput: Move acquired flag to the base device class. Add tests.

17 years agowinebuild: Check for illegal characters in entry point names.
Alexandre Julliard [Mon, 4 Dec 2006 11:23:58 +0000 (12:23 +0100)] 
winebuild: Check for illegal characters in entry point names.

17 years agouser32: Add ShowWindow test, make it pass under Wine.
Dmitry Timoshkov [Mon, 4 Dec 2006 07:06:54 +0000 (15:06 +0800)] 
user32: Add ShowWindow test, make it pass under Wine.

17 years agoriched20: Fixes and additional conformance tests for EM_EXSETSEL.
Lei Zhang [Sun, 3 Dec 2006 23:58:12 +0000 (15:58 -0800)] 
riched20: Fixes and additional conformance tests for EM_EXSETSEL.

17 years agowgl: (W)GL_NV_vertex_array_range.
Roderick Colenbrander [Sun, 3 Dec 2006 21:40:24 +0000 (22:40 +0100)] 
wgl: (W)GL_NV_vertex_array_range.

17 years agontdll: Fix single stepping over popf instruction.
Peter Beutner [Sun, 3 Dec 2006 19:30:06 +0000 (20:30 +0100)] 
ntdll: Fix single stepping over popf instruction.

17 years agowinedump: Cast-qual warnings fix.
Andrew Talbot [Sun, 3 Dec 2006 18:31:21 +0000 (18:31 +0000)] 
winedump: Cast-qual warnings fix.

17 years agowinedump: Cast-qual warnings fix.
Andrew Talbot [Sun, 3 Dec 2006 18:24:25 +0000 (18:24 +0000)] 
winedump: Cast-qual warnings fix.

17 years agoshell32: Forward SHDeleteKeyA directly to SHDeleteKeyW.
Marcus Meissner [Sun, 3 Dec 2006 15:09:24 +0000 (16:09 +0100)] 
shell32: Forward SHDeleteKeyA directly to SHDeleteKeyW.

17 years agoshell32: Move a NULL pointer check before the place where we dereference the pointer.
James Hawkins [Fri, 1 Dec 2006 22:30:13 +0000 (14:30 -0800)] 
shell32: Move a NULL pointer check before the place where we dereference the pointer.

17 years agomsi: Add handling for the StartServices action.
James Hawkins [Fri, 1 Dec 2006 21:22:59 +0000 (13:22 -0800)] 
msi: Add handling for the StartServices action.

17 years agoimagehlp: MapAndLoad should do some useful stuff now.
Eric Pouech [Fri, 1 Dec 2006 20:56:31 +0000 (21:56 +0100)] 
imagehlp: MapAndLoad should do some useful stuff now.

17 years agoole32: Set the mapping mode to anisotropic in OleMetafilePictFromIconAndLabel.
Rob Shearman [Fri, 1 Dec 2006 15:05:45 +0000 (15:05 +0000)] 
ole32: Set the mapping mode to anisotropic in OleMetafilePictFromIconAndLabel.

17 years agoole32: The width of the metafile drawn should be 3 times the icon width in OleMetafil...
Rob Shearman [Fri, 1 Dec 2006 15:05:38 +0000 (15:05 +0000)] 
ole32: The width of the metafile drawn should be 3 times the icon width in OleMetafilePictFromIconAndLabel.

17 years agoole32: Fill in the xExt and yExt fields in OleMetafilePictFromIconAndLabel.
Rob Shearman [Fri, 1 Dec 2006 15:05:30 +0000 (15:05 +0000)] 
ole32: Fill in the xExt and yExt fields in OleMetafilePictFromIconAndLabel.

17 years agoole32: Use the default icon title font when writing the caption text out in OleMetafi...
Rob Shearman [Fri, 1 Dec 2006 15:05:17 +0000 (15:05 +0000)] 
ole32: Use the default icon title font when writing the caption text out in OleMetafilePictFromIconAndLabel.

17 years agoole32: The METAFILEPICT created by OleMetafilePictFromIconAndLabel should have its...
Rob Shearman [Fri, 1 Dec 2006 15:04:49 +0000 (15:04 +0000)] 
ole32: The METAFILEPICT created by OleMetafilePictFromIconAndLabel should have its mapping mode be anisotropic, not isotropic.

17 years agoole32: Call SetWindowOrgEx and SetWindowExtEx in OleMetafilePictFromIconAndLabel...
Rob Shearman [Fri, 1 Dec 2006 15:04:41 +0000 (15:04 +0000)] 
ole32: Call SetWindowOrgEx and SetWindowExtEx in OleMetafilePictFromIconAndLabel so that the created metafile scales correctly.

Centre the icon and the label.

17 years agoole32: Implement saving of the data cache.
Rob Shearman [Fri, 1 Dec 2006 15:04:04 +0000 (15:04 +0000)] 
ole32: Implement saving of the data cache.

Document a few of the unknown fields in the presentation data header.

17 years agoole32: Add handling of the dirty state to the data cache and fix InitNew to not call...
Rob Shearman [Fri, 1 Dec 2006 15:03:19 +0000 (15:03 +0000)] 
ole32: Add handling of the dirty state to the data cache and fix InitNew to not call Load.

17 years agoole32: Add documentation for CreateDataCache.
Rob Shearman [Fri, 1 Dec 2006 15:02:58 +0000 (15:02 +0000)] 
ole32: Add documentation for CreateDataCache.

17 years agoole32: Add some tests for the IViewObject, IOleCache2 and IPersistStorage interfaces...
Rob Shearman [Fri, 1 Dec 2006 15:02:50 +0000 (15:02 +0000)] 
ole32: Add some tests for the IViewObject, IOleCache2 and IPersistStorage interfaces of the OLE data cache.

17 years agoole32: The advise sink for the data cache should be primed with the passed in aspects...
Rob Shearman [Fri, 1 Dec 2006 15:02:40 +0000 (15:02 +0000)] 
ole32: The advise sink for the data cache should be primed with the passed in aspects value, not an arbitrarily selected value.

17 years agoole32: Implement the SetData function for the data cache.
Rob Shearman [Fri, 1 Dec 2006 15:02:26 +0000 (15:02 +0000)] 
ole32: Implement the SetData function for the data cache.

17 years agoole32: Load cached data in the data cache into a STGMEDIUM type so it can be treated...
Rob Shearman [Fri, 1 Dec 2006 15:02:11 +0000 (15:02 +0000)] 
ole32: Load cached data in the data cache into a STGMEDIUM type so it can be treated the same as set data.

17 years agoole32: Implement Cache and Uncache for the data cache.
Rob Shearman [Fri, 1 Dec 2006 15:01:50 +0000 (15:01 +0000)] 
ole32: Implement Cache and Uncache for the data cache.

17 years agoole32: Create a cache entry for each format in the data cache to allow
Rob Shearman [Fri, 1 Dec 2006 15:01:38 +0000 (15:01 +0000)] 
ole32: Create a cache entry for each format in the data cache to allow
for the future possiblity to add entries with IOleCache::Cache and
IOleCache::SetData.

17 years agoole32: Implement DataCache_GetClassID.
Rob Shearman [Fri, 1 Dec 2006 15:01:27 +0000 (15:01 +0000)] 
ole32: Implement DataCache_GetClassID.

17 years agoinclude: Add some missing OLE defines and declarations to ole2.h.
Rob Shearman [Fri, 1 Dec 2006 15:01:17 +0000 (15:01 +0000)] 
include: Add some missing OLE defines and declarations to ole2.h.

17 years agodbghelp: Fix elf_load_module params on non elf system to reflect last change to its...
Pierre d'Herbemont [Fri, 1 Dec 2006 13:02:41 +0000 (14:02 +0100)] 
dbghelp: Fix elf_load_module params on non elf system to reflect last change to its definition.

17 years agomsacm32: Make some data const.
Dmitry Timoshkov [Fri, 1 Dec 2006 12:19:31 +0000 (20:19 +0800)] 
msacm32: Make some data const.

17 years agowinex11.drv: Don't update the key state table in mouse related functions.
Tomas Carnecky [Fri, 1 Dec 2006 00:27:31 +0000 (00:27 +0000)] 
winex11.drv: Don't update the key state table in mouse related functions.

17 years agod3d9: Remove unreachable return.
Markus Amsler [Fri, 1 Dec 2006 00:37:34 +0000 (01:37 +0100)] 
d3d9: Remove unreachable return.

17 years agomsi: Set the UserSID property.
James Hawkins [Fri, 1 Dec 2006 02:15:40 +0000 (18:15 -0800)] 
msi: Set the UserSID property.

17 years agoadvapi32: Add tests for LookupAccountName.
James Hawkins [Thu, 30 Nov 2006 23:53:21 +0000 (15:53 -0800)] 
advapi32: Add tests for LookupAccountName.

17 years agocomctl32: Do not crash when the startpage is invalid.
Detlef Riekenberg [Thu, 30 Nov 2006 23:50:31 +0000 (00:50 +0100)] 
comctl32: Do not crash when the startpage is invalid.

17 years agokernel32/tests: Added test case for . and .. directory entries.
Alexandre Julliard [Fri, 1 Dec 2006 12:11:53 +0000 (13:11 +0100)] 
kernel32/tests: Added test case for . and .. directory entries.

17 years agontdll: Always return . and .. as the first two entries in directory searches.
Alexandre Julliard [Fri, 1 Dec 2006 12:11:38 +0000 (13:11 +0100)] 
ntdll: Always return . and .. as the first two entries in directory searches.

17 years agokernel32: Skip the PE loader test under a Win9x platform.
Dmitry Timoshkov [Fri, 1 Dec 2006 10:09:56 +0000 (18:09 +0800)] 
kernel32: Skip the PE loader test under a Win9x platform.

17 years agontdll: Add more exception tests.
Peter Beutner [Thu, 30 Nov 2006 16:54:05 +0000 (17:54 +0100)] 
ntdll: Add more exception tests.

17 years agontdll: Run exception tests from executable memory.
Peter Beutner [Thu, 30 Nov 2006 16:53:48 +0000 (17:53 +0100)] 
ntdll: Run exception tests from executable memory.

17 years agontdll: Simplify exception tests.
Peter Beutner [Thu, 30 Nov 2006 16:52:50 +0000 (17:52 +0100)] 
ntdll: Simplify exception tests.

- create helper function to setup exception frame and run the test
- lookup function ptr only once
- make "code data" const
- reuse global exception counter
- change alignment test to use stack address to generate an alignment exception. This avoids
  the need to pass an argument, so it can use the created helper function.
  (as the stack is (at least) 4 byte aligned, this works equally well)

17 years agod3d8: Use correct COM macros.
Markus Amsler [Thu, 30 Nov 2006 23:15:42 +0000 (00:15 +0100)] 
d3d8: Use correct COM macros.

17 years agod3d9: Use correct COM macros.
Markus Amsler [Thu, 30 Nov 2006 23:16:10 +0000 (00:16 +0100)] 
d3d9: Use correct COM macros.

17 years agowined3d: Remove duplicated code.
Markus Amsler [Thu, 30 Nov 2006 23:10:16 +0000 (00:10 +0100)] 
wined3d: Remove duplicated code.

17 years agoddraw: Call wined3d's SetTextureStageState not the one of d3d7.
Markus Amsler [Thu, 30 Nov 2006 23:15:18 +0000 (00:15 +0100)] 
ddraw: Call wined3d's SetTextureStageState not the one of d3d7.

17 years agowgl: Relax the pixel format attribute conversion code a bit.
Roderick Colenbrander [Thu, 30 Nov 2006 22:55:08 +0000 (23:55 +0100)] 
wgl: Relax the pixel format attribute conversion code a bit.

17 years agomshtml: Added handling of right and left arrow keys in editing mode.
Jacek Caban [Thu, 30 Nov 2006 22:32:05 +0000 (23:32 +0100)] 
mshtml: Added handling of right and left arrow keys in editing mode.

17 years agouser32: W2K3 returns ERROR_INVALID_PARAMETER.
Paul Vriens [Thu, 30 Nov 2006 21:19:54 +0000 (22:19 +0100)] 
user32: W2K3 returns ERROR_INVALID_PARAMETER.

17 years agontdll: Don't free the DOS area when a broken app passes a NULL pointer to NtFreeVirtu...
Alexandre Julliard [Fri, 1 Dec 2006 10:38:52 +0000 (11:38 +0100)] 
ntdll: Don't free the DOS area when a broken app passes a NULL pointer to NtFreeVirtualMemory.

17 years agooleaut32: Add VarBstrCmp binary comparison for LCID==0.
Charles Blacklock [Thu, 30 Nov 2006 15:55:14 +0000 (15:55 +0000)] 
oleaut32: Add VarBstrCmp binary comparison for LCID==0.

17 years agowinetest: Make sure we can send larger files.
Paul Vriens [Thu, 30 Nov 2006 18:01:02 +0000 (19:01 +0100)] 
winetest: Make sure we can send larger files.

17 years agowinedump: Restore the COFF library dumper functionality broken by the previous change.
Dmitry Timoshkov [Thu, 30 Nov 2006 16:11:01 +0000 (00:11 +0800)] 
winedump: Restore the COFF library dumper functionality broken by the previous change.

17 years agomsxml3: Fix compiles for systems with libxml2 version 2.6.14 and below.
Lei Zhang [Wed, 29 Nov 2006 23:59:03 +0000 (15:59 -0800)] 
msxml3: Fix compiles for systems with libxml2 version 2.6.14 and below.

17 years agowinspool: Load the local monitor only once.
Detlef Riekenberg [Tue, 28 Nov 2006 19:04:08 +0000 (20:04 +0100)] 
winspool: Load the local monitor only once.

17 years agowinemenubuilder: Look for supported color depths icons only.
Vitaliy Margolen [Thu, 30 Nov 2006 00:54:06 +0000 (17:54 -0700)] 
winemenubuilder: Look for supported color depths icons only.

17 years agoRevert "d3d: Remove AddRef from IWineD3DDevice_GetDirect3D.".
Markus Amsler [Thu, 30 Nov 2006 12:34:01 +0000 (13:34 +0100)] 
Revert "d3d: Remove AddRef from IWineD3DDevice_GetDirect3D.".

This reverts commit 167b83c28af73803462e92ee4dcb1a95f194a74d.

17 years agoRevert "d3d: Remove AddRef from IWineD3DDevice_GetBackBuffer.".
Markus Amsler [Thu, 30 Nov 2006 12:33:52 +0000 (13:33 +0100)] 
Revert "d3d: Remove AddRef from IWineD3DDevice_GetBackBuffer.".

This reverts commit 478a414e5820c56fb7bb65d0c41c831932ca26e8.

17 years agoRevert "d3d: Remove AddRef from IWineD3DDevice_GetRenderTarget.".
Markus Amsler [Thu, 30 Nov 2006 12:33:46 +0000 (13:33 +0100)] 
Revert "d3d: Remove AddRef from IWineD3DDevice_GetRenderTarget.".

This reverts commit a7518f6f5494558e80ad125d0b42a46b4744d448.

17 years agoRevert "d3d: Remove AddRef from IWineD3DDevice_GetDepthStencilSurface.".
Markus Amsler [Thu, 30 Nov 2006 12:33:40 +0000 (13:33 +0100)] 
Revert "d3d: Remove AddRef from IWineD3DDevice_GetDepthStencilSurface.".

This reverts commit 18546a65e6e68427ed49c4ea5a601972fb8a4de0.

17 years agoRevert "d3d: Remove AddRef from IWineD3DDevice_GetTexture.".
Markus Amsler [Thu, 30 Nov 2006 12:33:29 +0000 (13:33 +0100)] 
Revert "d3d: Remove AddRef from IWineD3DDevice_GetTexture.".

This reverts commit 274df6ef88fb16da6c61fc891db74042fec0bfc5.

17 years agoRevert "d3d: Remove AddRef from IWineD3DDevice_GetStreamSource.".
Markus Amsler [Thu, 30 Nov 2006 12:33:23 +0000 (13:33 +0100)] 
Revert "d3d: Remove AddRef from IWineD3DDevice_GetStreamSource.".

This reverts commit 16b1e046d8da9b716975c1c483c149ea3826b690.

17 years agoRevert "d3d: Remove AddRef from IWineD3DDevice_GetIndices.".
Markus Amsler [Thu, 30 Nov 2006 12:33:18 +0000 (13:33 +0100)] 
Revert "d3d: Remove AddRef from IWineD3DDevice_GetIndices.".

This reverts commit 5c4008719c60af52e9370023f09c7b86b7768e85.

17 years agoRevert "d3d: Remove AddRef from IWineD3DDevice_GetSwapChain.".
Markus Amsler [Thu, 30 Nov 2006 12:33:11 +0000 (13:33 +0100)] 
Revert "d3d: Remove AddRef from IWineD3DDevice_GetSwapChain.".

This reverts commit f84f687e6d3d8f432de2c5d9b2af13d2c5cedfb2.

17 years agoRevert "d3d: Fix partially applied patch: Remove AddRef from GetDirect3D.".
Markus Amsler [Thu, 30 Nov 2006 12:32:58 +0000 (13:32 +0100)] 
Revert "d3d: Fix partially applied patch: Remove AddRef from GetDirect3D.".

Removing COM in d3d is not feasible as long as we use inheritance. So
stick to the COM refcount rules.
This reverts commit 3fd8fe089c5337c76c55c4beb74c53576f51776e.

17 years agows2_32: Implement SO_EXCLUSIVEADDRUSE for setsockopt.
Kai Blin [Thu, 30 Nov 2006 12:27:02 +0000 (13:27 +0100)] 
ws2_32: Implement SO_EXCLUSIVEADDRUSE for setsockopt.

17 years agowinecfg: Determine the current Windows version from the standard registry keys.
Alexandre Julliard [Thu, 30 Nov 2006 14:16:41 +0000 (15:16 +0100)] 
winecfg: Determine the current Windows version from the standard registry keys.

Also avoid setting the HKCU\Software\Wine version value when not needed.

17 years agocomdlg32: Moved prototypes to the header file and fixed declaration of FileOpenDlgInf...
Alexandre Julliard [Thu, 30 Nov 2006 14:15:46 +0000 (15:15 +0100)] 
comdlg32: Moved prototypes to the header file and fixed declaration of FileOpenDlgInfosStr.

17 years agows2_32: SO_DONTROUTE is ignored on windows, fix comment and downgrade FIXME to TRACE.
Kai Blin [Thu, 30 Nov 2006 11:31:40 +0000 (12:31 +0100)] 
ws2_32: SO_DONTROUTE is ignored on windows, fix comment and downgrade FIXME to TRACE.

17 years agodbghelp: Get rid of long int issues on 64bit platforms.
Eric Pouech [Wed, 29 Nov 2006 21:04:27 +0000 (22:04 +0100)] 
dbghelp: Get rid of long int issues on 64bit platforms.

17 years agowinedump: Added support for dumping types from PDB, CV... files.
Eric Pouech [Wed, 29 Nov 2006 20:41:05 +0000 (21:41 +0100)] 
winedump: Added support for dumping types from PDB, CV... files.

17 years agowinedump: First shot at dumping PDB files contents.
Eric Pouech [Wed, 29 Nov 2006 20:40:58 +0000 (21:40 +0100)] 
winedump: First shot at dumping PDB files contents.

17 years agomscvpdb.h: Update some definitions (constants, structures) with latest information...
Eric Pouech [Wed, 29 Nov 2006 20:40:43 +0000 (21:40 +0100)] 
mscvpdb.h: Update some definitions (constants, structures) with latest information we have.

17 years agodbghelp: Moved mscvpdb.h file to include/wine to allow sharing of the definitions...
Eric Pouech [Wed, 29 Nov 2006 20:40:30 +0000 (21:40 +0100)] 
dbghelp: Moved mscvpdb.h file to include/wine to allow sharing of the definitions with winedump.

17 years agowinedump: Make dump mode the default.
Eric Pouech [Wed, 29 Nov 2006 20:40:26 +0000 (21:40 +0100)] 
winedump: Make dump mode the default.

17 years agowinedump: Dump the EMF files as any other file types.
Eric Pouech [Wed, 29 Nov 2006 20:40:21 +0000 (21:40 +0100)] 
winedump: Dump the EMF files as any other file types.

Internally, make use of the PRD function for checking available file ranges.