Paul Vriens
|
93c909a3ad
|
user32: W2K3 returns ERROR_INVALID_PARAMETER.
|
2006-12-01 12:26:35 +01:00 |
Alexandre Julliard
|
8385f137b5
|
ntdll: Don't free the DOS area when a broken app passes a NULL pointer to NtFreeVirtualMemory.
|
2006-12-01 11:38:52 +01:00 |
Charles Blacklock
|
2b2ee9c7d1
|
oleaut32: Add VarBstrCmp binary comparison for LCID==0.
|
2006-11-30 20:06:37 +01:00 |
Paul Vriens
|
70ce548566
|
winetest: Make sure we can send larger files.
|
2006-11-30 20:06:31 +01:00 |
Dmitry Timoshkov
|
671a2261c0
|
winedump: Restore the COFF library dumper functionality broken by the previous change.
|
2006-11-30 20:06:27 +01:00 |
Lei Zhang
|
6a530aba76
|
msxml3: Fix compiles for systems with libxml2 version 2.6.14 and below.
|
2006-11-30 16:35:35 +01:00 |
Detlef Riekenberg
|
a7481a93c0
|
winspool: Load the local monitor only once.
|
2006-11-30 16:35:17 +01:00 |
Vitaliy Margolen
|
47a2e96acc
|
winemenubuilder: Look for supported color depths icons only.
|
2006-11-30 16:34:34 +01:00 |
Markus Amsler
|
bd072332e1
|
Revert "d3d: Remove AddRef from IWineD3DDevice_GetDirect3D.".
This reverts commit 167b83c28a .
|
2006-11-30 16:04:00 +01:00 |
Markus Amsler
|
f8e7ddd798
|
Revert "d3d: Remove AddRef from IWineD3DDevice_GetBackBuffer.".
This reverts commit 478a414e58 .
|
2006-11-30 16:04:00 +01:00 |
Markus Amsler
|
b657cd5f58
|
Revert "d3d: Remove AddRef from IWineD3DDevice_GetRenderTarget.".
This reverts commit a7518f6f54 .
|
2006-11-30 16:04:00 +01:00 |
Markus Amsler
|
f5204b8afe
|
Revert "d3d: Remove AddRef from IWineD3DDevice_GetDepthStencilSurface.".
This reverts commit 18546a65e6 .
|
2006-11-30 16:04:00 +01:00 |
Markus Amsler
|
5bec2f57a1
|
Revert "d3d: Remove AddRef from IWineD3DDevice_GetTexture.".
This reverts commit 274df6ef88 .
|
2006-11-30 16:04:00 +01:00 |
Markus Amsler
|
3a270375d7
|
Revert "d3d: Remove AddRef from IWineD3DDevice_GetStreamSource.".
This reverts commit 16b1e046d8 .
|
2006-11-30 16:03:59 +01:00 |
Markus Amsler
|
9dd81f64cb
|
Revert "d3d: Remove AddRef from IWineD3DDevice_GetIndices.".
This reverts commit 5c4008719c .
|
2006-11-30 16:03:59 +01:00 |
Markus Amsler
|
c40501db50
|
Revert "d3d: Remove AddRef from IWineD3DDevice_GetSwapChain.".
This reverts commit f84f687e6d .
|
2006-11-30 16:03:59 +01:00 |
Markus Amsler
|
0bff261cfa
|
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 3fd8fe089c .
|
2006-11-30 16:03:59 +01:00 |
Kai Blin
|
e521ee2cee
|
ws2_32: Implement SO_EXCLUSIVEADDRUSE for setsockopt.
|
2006-11-30 15:23:16 +01:00 |
Alexandre Julliard
|
8de1258034
|
winecfg: Determine the current Windows version from the standard registry keys.
Also avoid setting the HKCU\Software\Wine version value when not needed.
|
2006-11-30 15:16:41 +01:00 |
Alexandre Julliard
|
6367330fe8
|
comdlg32: Moved prototypes to the header file and fixed declaration of FileOpenDlgInfosStr.
|
2006-11-30 15:15:46 +01:00 |
Kai Blin
|
516a575a86
|
ws2_32: SO_DONTROUTE is ignored on windows, fix comment and downgrade FIXME to TRACE.
|
2006-11-30 13:26:45 +01:00 |
Eric Pouech
|
8e7b2e0fd7
|
dbghelp: Get rid of long int issues on 64bit platforms.
|
2006-11-30 13:26:39 +01:00 |
Eric Pouech
|
bacca3425a
|
winedump: Added support for dumping types from PDB, CV... files.
|
2006-11-30 12:59:15 +01:00 |
Eric Pouech
|
64f7c68554
|
winedump: First shot at dumping PDB files contents.
|
2006-11-30 12:58:56 +01:00 |
Eric Pouech
|
0bee33e195
|
mscvpdb.h: Update some definitions (constants, structures) with latest information we have.
|
2006-11-30 12:55:10 +01:00 |
Eric Pouech
|
cc65d21f82
|
dbghelp: Moved mscvpdb.h file to include/wine to allow sharing of the definitions with winedump.
|
2006-11-30 12:54:54 +01:00 |
Eric Pouech
|
5839fd7f10
|
winedump: Make dump mode the default.
|
2006-11-30 12:52:14 +01:00 |
Eric Pouech
|
c4dc400a88
|
winedump: Dump the EMF files as any other file types.
Internally, make use of the PRD function for checking available file ranges.
|
2006-11-30 12:47:16 +01:00 |
Eric Pouech
|
cac7be486d
|
winedump: Use same scheme for dumping lnk files as the executables (through the PRD macro and a full mapped image).
|
2006-11-30 12:47:04 +01:00 |
Eric Pouech
|
9ef9d62d4c
|
winedump: Use a uniform scheme for dumping file contents.
|
2006-11-30 12:38:06 +01:00 |
Eric Pouech
|
80b09ccf4c
|
winedump: Header file pe.h is useless, get rid of it.
|
2006-11-30 12:35:33 +01:00 |
Eric Pouech
|
afe309b7d9
|
winedump: Changed PE, NE, LE dumping so that they are consistent in terms of dump function signatures.
Avoid passing around the base of the module, but use instead the PRD function.
|
2006-11-30 12:34:50 +01:00 |
James Hawkins
|
024237efaa
|
advapi32: Remove redundant NULL checks before CRYPT_Free.
|
2006-11-30 12:27:03 +01:00 |
James Hawkins
|
a64945baea
|
msi: Use mi->source if the source is not a full path.
|
2006-11-30 12:26:08 +01:00 |
Pierre d'Herbemont
|
d208ad82dd
|
winex11.drv: Fix SetWindowPos parameters in the spec file.
|
2006-11-30 12:26:03 +01:00 |
Konstantin Kondratyuk
|
1d8664ead4
|
fonts: Add Ukrainian symbols in System font.
|
2006-11-30 12:25:56 +01:00 |
Konstantin Kondratyuk
|
7dcc6688b8
|
fonts: Add ukrainian symbols in Courier.
|
2006-11-30 12:25:51 +01:00 |
Konstantin Kondratyuk
|
645df99bc4
|
fonts: Add Ukrainian symbols in MS Sans Serif.
|
2006-11-30 12:25:47 +01:00 |
Konstantin Kondratyuk
|
6a9b3624e6
|
fonts: Add Ukrainian symbols in Small fonts.
|
2006-11-30 12:25:43 +01:00 |
James Hawkins
|
d3bec32500
|
msi: Add handling for the InstallODBC action.
|
2006-11-29 14:08:14 +01:00 |
James Hawkins
|
7125d3073d
|
msi: Don't fail if we can't remove an existing install file.
|
2006-11-29 14:06:49 +01:00 |
Detlef Riekenberg
|
13892639b4
|
winspool/tests: Add initial tests for AddPort.
|
2006-11-29 14:06:43 +01:00 |
Detlef Riekenberg
|
1f3c289a30
|
winspool: Implement AddPortA.
|
2006-11-29 14:06:31 +01:00 |
Detlef Riekenberg
|
03daa6088c
|
winspool: Implement AddPortW.
|
2006-11-29 14:06:21 +01:00 |
Detlef Riekenberg
|
df4d29312f
|
winspool/tests: Add initial test for DeletePort.
|
2006-11-29 14:06:11 +01:00 |
Detlef Riekenberg
|
bcfa90e182
|
winspool: Implement DeletePortA.
|
2006-11-29 14:05:58 +01:00 |
Detlef Riekenberg
|
c587d1ad0d
|
winspool: Implement DeletePortW.
|
2006-11-29 14:05:39 +01:00 |
Pierre d'Herbemont
|
e5e58a6b13
|
user32: Factorize driver's SetWindowPos in user32.
|
2006-11-29 14:05:33 +01:00 |
Christian Gmeiner
|
3d11b8650c
|
setupapi: Added AssertFail stub.
|
2006-11-29 14:04:52 +01:00 |
Dmitry Timoshkov
|
d0db296db0
|
comdlg32: Make some data const.
|
2006-11-29 12:44:47 +01:00 |