Francois Gouget
d7119f2b73
msi: Remove WINAPI on static functions where not needed.
2008-11-28 12:54:37 +01:00
Francois Gouget
c232cf1050
msvcrt: Remove WINAPI on static functions where not needed.
2008-11-28 12:54:35 +01:00
Francois Gouget
e723395617
ntdll: Remove WINAPI on static functions where not needed.
2008-11-28 12:54:32 +01:00
Francois Gouget
251e42603b
objsel: Remove WINAPI on static functions where not needed.
2008-11-28 12:54:30 +01:00
Francois Gouget
a6ba11a453
dxdiagn: Remove WINAPI on static functions where not needed.
2008-11-28 12:54:27 +01:00
Henri Verbeet
5326038aa8
wined3d: Const correctness fixes for surface_base.c.
2008-11-28 12:54:02 +01:00
Henri Verbeet
c7880e8916
wined3d: Make minMipLookup_noFilter and magLookup_noFilter const.
...
Note that minMipLookup and magLookup aren't particularly safe to use,
they're global arrays initialized from IWineD3DImpl_FillGLCaps(). The same
goes for the other global dynamic lookup tables.
2008-11-28 12:53:57 +01:00
Henri Verbeet
449c219eb0
wined3d: Const correctness fixes for device.c.
2008-11-28 12:53:41 +01:00
Henri Verbeet
f2b34c97cc
wined3d: Remove some unnecessary casts in process_vertices_strided().
...
lpData is already a pointer to BYTE. Note that the cast for the normal
data was actually wrong.
2008-11-28 12:53:33 +01:00
Henri Verbeet
31d8b27625
wined3d: Const correctness fixes for ati_fragment_shader.c.
2008-11-28 12:53:27 +01:00
Huw Davies
ed6bcc27fa
ole32: Forward the ASYNC_STGMEDIUM user marshallers to the STGMEDIUM quadruple.
2008-11-28 12:53:19 +01:00
Alexandre Julliard
3249b40f70
advapi32: Reimplemented ChangeServiceConfig2W in services.exe.
2008-11-26 14:35:30 +01:00
Jerome Gardou
8cdbeacd59
d3dx8: Implement D3DXMatrixStack_MultMatrix.
2008-11-26 14:19:31 +01:00
Maarten Lankhorst
6b6b8d9bfa
dsound: 64-bit pointer fixes.
2008-11-26 14:15:50 +01:00
Maarten Lankhorst
cdc377c1b4
msacm: Fix pointer truncation.
2008-11-26 14:15:42 +01:00
Maarten Lankhorst
2233f1eb50
winmm: Some 64-bit pointer fixes.
2008-11-26 14:15:39 +01:00
Maarten Lankhorst
92dca953d9
ole32: Add Co*InitializeSpy functions.
2008-11-26 13:44:36 +01:00
Kirill K. Smirnov
1482006fb5
winecfg/audio: Simplify removeDriver() function.
2008-11-26 13:41:40 +01:00
Kirill K. Smirnov
d540cf3c80
winecfg/audio: Fix uninitialized variable.
2008-11-26 13:40:03 +01:00
Maarten Lankhorst
5f4275970e
kernel32: Fix 64-bits error in profile.
2008-11-26 13:38:27 +01:00
Maarten Lankhorst
bb7db79b00
qmgrprxy: Fix building on wine64.
...
It uses some functions that are inlined in i386, but are explicitly
linked on other architectures, which means that qmgrprxy should link
to ntdll.
2008-11-26 13:38:06 +01:00
Andrew Riedi
9726a7119b
user32: Make the hotspot ICON_HOTSPOT when loading icons.
...
Based on patches by Henri Verbeet.
2008-11-26 13:37:24 +01:00
Alistair Leslie-Hughes
75b9c0508a
mshtml: Implement IHTMLDocument2 get_anchors.
2008-11-26 13:36:44 +01:00
Alistair Leslie-Hughes
e760812a62
mshtml: Implement IHTMLDocument2 get_forms.
2008-11-26 13:36:35 +01:00
Alistair Leslie-Hughes
7b864afff0
mshtml: Implement IHTMLDocument2 get_links.
2008-11-26 13:36:27 +01:00
Alistair Leslie-Hughes
6e46a9fdba
mshtml: Implement IHTMLDocument2 get_applets.
2008-11-26 13:36:20 +01:00
Lei Zhang
6f64338b9d
comctl32: Better day of the month input checking in datetime.
2008-11-26 13:28:56 +01:00
Lei Zhang
113a50a843
comctl32: Do ascii to integer conversion only once.
2008-11-26 13:28:43 +01:00
Lei Zhang
40bbe3da6f
comctl32: Process WM_CHAR instead of WM_KEYDOWN for numbers in datetime.
2008-11-26 13:28:22 +01:00
Juan Lang
93aed4b078
crypt32: Accept any string format as the display text of a user notice policy qualifier.
2008-11-26 13:26:14 +01:00
Francois Gouget
b3bf746ff9
Straighten out some ellipses.
2008-11-26 12:33:34 +01:00
Francois Gouget
36e195a185
shell32: Remove WINAPI/CALLBACK on static functions where not needed.
2008-11-26 12:33:16 +01:00
Francois Gouget
66063ae4a4
ole32: Remove WINAPI on static functions where not needed.
2008-11-26 12:33:13 +01:00
Alistair Leslie-Hughes
d026b74d79
version: Stop crash under vista and 2k8.
2008-11-26 12:28:05 +01:00
Paul Vriens
1598779b10
aclocal.m4: Add i686-pc-mingw32 to the cross-compiler prefixes.
2008-11-26 12:28:00 +01:00
Paul Vriens
489e59f83d
rsaenh/tests: Fix a test failure on W2K and below.
2008-11-26 12:12:54 +01:00
Paul Vriens
6d9bca7d94
rsaenh/tests: Use a 40-bit session key instead of 56-bit.
2008-11-26 12:12:48 +01:00
Paul Vriens
87e7c72f26
rsaenh/tests: Fix a test failure on W2K and below.
2008-11-26 12:12:42 +01:00
Paul Vriens
5da0debbe6
rsaenh/tests: Use a 40-bit session key instead of 56-bit.
2008-11-26 12:12:37 +01:00
Paul Vriens
6a8d623a56
rsaenh/tests: Fix a test failure on W2K and below.
2008-11-26 12:12:30 +01:00
Francois Gouget
bbc4413548
rpcrt4: Remove WINAPI on static functions where not needed.
2008-11-26 12:10:54 +01:00
Francois Gouget
57908f889a
quartz: Remove CALLBACK on static functions where not needed.
2008-11-26 12:10:51 +01:00
Francois Gouget
9517637eb4
quartz: Remove WINAPI on static functions where not needed.
2008-11-26 12:10:48 +01:00
Francois Gouget
2a2387b984
shdocvw: Remove WINAPI on static functions where not needed.
2008-11-26 12:10:46 +01:00
Francois Gouget
822ab7b404
opengl32: Remove WINAPI on static functions where not needed.
2008-11-26 12:10:43 +01:00
Francois Gouget
cc42922e08
oleaut32: Remove WINAPI on static functions where not needed.
2008-11-26 12:10:40 +01:00
Francois Gouget
c584c2d12c
ole32: Remove __RPC_USER on static functions where not needed.
2008-11-26 12:10:38 +01:00
Huw Davies
31fd0d5d7a
comdlg32: GetPrinterW and GetPrinterDriverW return the size in bytes so don't multiply by sizeof(WCHAR).
2008-11-26 12:10:28 +01:00
Huw Davies
49368cb14b
oleaut32: Add support for loading typelibs from NE files.
2008-11-26 12:08:23 +01:00
Huw Davies
559112d472
version: Fixed comments.
2008-11-26 12:08:16 +01:00