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
Dmitry Timoshkov
e5b4b47c16
advapi32: Make some data const.
2006-11-29 12:44:43 +01:00
Dmitry Timoshkov
616b65532b
dsound: Make some data const.
2006-11-29 12:44:40 +01:00
Dmitry Timoshkov
c9a57ee196
winedos: Make some data const.
2006-11-29 12:44:37 +01:00
Dmitry Timoshkov
a5992939d4
riched20: Make some data const.
2006-11-29 12:44:34 +01:00
Dmitry Timoshkov
c78621eda4
quartz: Make some data const and static.
2006-11-29 12:44:31 +01:00
Dmitry Timoshkov
b2bffdda83
mshtml: Make some data const.
2006-11-29 12:44:27 +01:00
Dmitry Timoshkov
bd53138fc8
comctl32: Make some data const.
2006-11-29 12:44:23 +01:00
Dmitry Timoshkov
1804900163
winspool.drv: Make some data const.
2006-11-29 12:44:19 +01:00
Dmitry Timoshkov
8b72102bd7
urlmon: Make some data const.
2006-11-29 12:44:16 +01:00
Dmitry Timoshkov
1d5f0f41f0
shdocvw: Make some data const.
2006-11-29 12:44:13 +01:00
Dmitry Timoshkov
1cdf5cddac
msi: Make some data const and static.
2006-11-29 12:44:10 +01:00
Dmitry Timoshkov
0bde8135fc
winex11.drv: Make some data const.
2006-11-29 12:37:31 +01:00
Dmitry Timoshkov
1f1d2ddf5b
ntdll: Make some data const.
2006-11-29 12:37:27 +01:00
Kai Blin
3dc6390e72
secur32: Improve version detection, move all the version detection to ntlm.c.
...
Also, as starting with Samba 3.0.24, ntlm_auth will have all the features
we need, require that as minimal version and remove odd old-version
compatibility hacks.
2006-11-29 12:37:20 +01:00
Mike McCormack
a3a2eaea93
msi: Update the UI in one place only in ACTION_ProcessComponents.
2006-11-29 12:37:12 +01:00
Mike McCormack
1770c9125d
msi: Advertise components of a feature that has the msidbFeatureAttributesFavorAdvertise property.
2006-11-29 12:37:07 +01:00
Andrew Talbot
63246a5396
comctl32: Cast-qual warnings fix.
2006-11-29 12:36:47 +01:00
Kai Blin
7e6b7d21b9
ws2_32: Implement SO_GET_MAX_MSG_SIZE for getsockopt.
2006-11-29 12:36:35 +01:00
Dmitry Timoshkov
d4877a32f1
msi: Synchronize msi exports with what PSDK has.
2006-11-29 12:36:22 +01:00
Detlef Riekenberg
603ecd298d
localspl: Add initial tests for AddPortW.
2006-11-28 12:45:56 +01:00
Detlef Riekenberg
0e57af887e
spoolss: Implement AllocSplStr + DllFreeSplStr.
2006-11-28 12:43:50 +01:00
Dmitry Timoshkov
8e8e8f073d
winedump: Add partial COFF library support.
2006-11-28 12:37:54 +01:00
Dmitry Timoshkov
ff90dbc086
mlang: Implement LcidToRfc1766 and GetRfc1766FromLcid.
2006-11-28 12:37:23 +01:00
Dmitry Timoshkov
884e7eed4a
shlwapi: Make some data const.
2006-11-28 12:36:23 +01:00
Dmitry Timoshkov
601bf6ea12
oleaut32: Make some data const and static.
2006-11-28 12:36:20 +01:00