Sweden-Number/dlls
Vincent Povirk 42550953a6 ole32: Store the location of all blocks in a big block chain in memory.
A big block chain is a linked list, and we pretty much need random
access to them. This should theoretically make accessing a random
point in the chain O(log2 n) instead of O(n) (with disk access scaling
based on the size of the read/write, not its location). It
theoretically takes O(n) memory based on the size, but it can do
better if the chain isn't very fragmented (which I believe will
generally be the case for long chains). It also involves fetching all
the big block locations when we open the chain, but we already do that
anyway (and it should be faster to read it all in one go than
piecemeal).
2010-05-05 10:41:57 +02:00
..
acledit makefiles: Remove the no longer needed explicit separators for dependencies. 2010-03-16 13:28:19 +01:00
aclui makefiles: Remove the no longer needed explicit separators for dependencies. 2010-03-16 13:28:19 +01:00
activeds makefiles: Remove the no longer needed explicit separators for dependencies. 2010-03-16 13:28:19 +01:00
actxprxy makefiles: Remove the no longer needed explicit separators for dependencies. 2010-03-16 13:28:19 +01:00
adsiid makefiles: Remove the no longer needed explicit separators for dependencies. 2010-03-16 13:28:19 +01:00
advapi32 advapi32: Remove variable ret which is not really used from LsaLookupNames2. 2010-04-26 07:02:56 -05:00
advpack makefiles: Remove the no longer needed explicit separators for dependencies. 2010-03-16 13:28:19 +01:00
amstream amstream: Fix AddRef calls. 2010-04-06 13:57:33 +02:00
appwiz.cpl appwiz.cpl: Fix Dutch translation. 2010-05-04 18:31:13 +02:00
atl objbase.h: CLSIDFromString: Add constness to the parameters declaration in accordance with MSDN. 2010-03-29 12:11:02 +02:00
authz makefiles: Remove the no longer needed explicit separators for dependencies. 2010-03-16 13:28:19 +01:00
avicap32 makefiles: Remove the no longer needed explicit separators for dependencies. 2010-03-16 13:28:19 +01:00
avifil32 avifil32/tests: Add or fix the trailing '\n' of ok() calls. 2010-03-22 10:48:21 +01:00
avifile.dll16 makefiles: Remove the no longer needed explicit separators for dependencies. 2010-03-16 13:28:19 +01:00
avrt makefiles: Remove the no longer needed explicit separators for dependencies. 2010-03-16 13:28:19 +01:00
bcrypt makefiles: Remove the no longer needed explicit separators for dependencies. 2010-03-16 13:28:19 +01:00
browseui makefiles: Remove the no longer needed explicit separators for dependencies. 2010-03-16 13:28:19 +01:00
cabinet cabinet: Fix compiler warning with flag -Wcast-qual. 2010-03-29 12:12:07 +02:00
capi2032 makefiles: Remove the no longer needed explicit separators for dependencies. 2010-03-16 13:28:19 +01:00
cards makefiles: Remove the no longer needed explicit separators for dependencies. 2010-03-16 13:28:19 +01:00
cfgmgr32 makefiles: Remove the no longer needed explicit separators for dependencies. 2010-03-16 13:28:19 +01:00
clusapi makefiles: Remove the no longer needed explicit separators for dependencies. 2010-03-16 13:28:19 +01:00
comcat makefiles: Remove the no longer needed explicit separators for dependencies. 2010-03-16 13:28:19 +01:00
comctl32 comctl32/tests: Remove variables cx and cy which are not really used from test_approximate_viewrect. 2010-05-03 16:47:30 +02:00
comdlg32 comdlg32: Update Dutch translation. 2010-05-04 13:15:00 +02:00
comm.drv16 makefiles: Remove the no longer needed explicit separators for dependencies. 2010-03-16 13:28:19 +01:00
commdlg.dll16 makefiles: Remove the no longer needed explicit separators for dependencies. 2010-03-16 13:28:19 +01:00
compobj.dll16 makefiles: Remove the no longer needed explicit separators for dependencies. 2010-03-16 13:28:19 +01:00
compstui makefiles: Remove the no longer needed explicit separators for dependencies. 2010-03-16 13:28:19 +01:00
credui credui: Replaced banner with a tango compliant image. 2010-04-25 12:19:01 -05:00
crtdll msvcrt: Make a few more exception handling functions i386-specific. 2010-04-12 17:52:37 +02:00
crypt32 crypt32/tests: Tighten tests in testPortPublicKeyInfo. 2010-05-03 16:48:56 +02:00
cryptdlg makefiles: Remove the no longer needed explicit separators for dependencies. 2010-03-16 13:28:19 +01:00
cryptdll makefiles: Remove the no longer needed explicit separators for dependencies. 2010-03-16 13:28:19 +01:00
cryptnet makefiles: Remove the no longer needed explicit separators for dependencies. 2010-03-16 13:28:19 +01:00
cryptui makefiles: Remove the no longer needed explicit separators for dependencies. 2010-03-16 13:28:19 +01:00
ctapi32 makefiles: Remove the no longer needed explicit separators for dependencies. 2010-03-16 13:28:19 +01:00
ctl3d.dll16 makefiles: Remove the no longer needed explicit separators for dependencies. 2010-03-16 13:28:19 +01:00
ctl3d32 makefiles: Remove the no longer needed explicit separators for dependencies. 2010-03-16 13:28:19 +01:00
ctl3dv2.dll16 makefiles: Remove the no longer needed explicit separators for dependencies. 2010-03-16 13:28:19 +01:00
d3d8 d3d8/tests: Add some depth buffer tests. 2010-04-12 11:33:24 +02:00
d3d9 d3d9/tests: Allow D3DFMT_A2R10G10B10 as supported adapter mode. 2010-05-04 13:14:59 +02:00
d3d10 d3d10: Implement ID3DEffectVariable::GetOutputSignatureElementDesc(). 2010-04-08 17:34:18 +02:00
d3d10core makefiles: Remove the no longer needed explicit separators for dependencies. 2010-03-16 13:28:19 +01:00
d3dim makefiles: Remove the no longer needed explicit separators for dependencies. 2010-03-16 13:28:19 +01:00
d3drm d3drm: Remove two variables which are not really used from IDirect3DRMMeshBuilderImpl_Load. 2010-04-26 07:01:13 -05:00
d3dx9_24 makefiles: Remove the no longer needed explicit separators for dependencies. 2010-03-16 13:28:19 +01:00
d3dx9_25 makefiles: Remove the no longer needed explicit separators for dependencies. 2010-03-16 13:28:19 +01:00
d3dx9_26 makefiles: Remove the no longer needed explicit separators for dependencies. 2010-03-16 13:28:19 +01:00
d3dx9_27 makefiles: Remove the no longer needed explicit separators for dependencies. 2010-03-16 13:28:19 +01:00
d3dx9_28 makefiles: Remove the no longer needed explicit separators for dependencies. 2010-03-16 13:28:19 +01:00
d3dx9_29 makefiles: Remove the no longer needed explicit separators for dependencies. 2010-03-16 13:28:19 +01:00
d3dx9_30 makefiles: Remove the no longer needed explicit separators for dependencies. 2010-03-16 13:28:19 +01:00
d3dx9_31 makefiles: Remove the no longer needed explicit separators for dependencies. 2010-03-16 13:28:19 +01:00
d3dx9_32 makefiles: Remove the no longer needed explicit separators for dependencies. 2010-03-16 13:28:19 +01:00
d3dx9_33 makefiles: Remove the no longer needed explicit separators for dependencies. 2010-03-16 13:28:19 +01:00
d3dx9_34 makefiles: Remove the no longer needed explicit separators for dependencies. 2010-03-16 13:28:19 +01:00
d3dx9_35 makefiles: Remove the no longer needed explicit separators for dependencies. 2010-03-16 13:28:19 +01:00
d3dx9_36 d3dx9: Add source register modifiers (sm 2+) support to the shader assembler. 2010-04-28 15:04:40 -05:00
d3dx9_37 makefiles: Remove the no longer needed explicit separators for dependencies. 2010-03-16 13:28:19 +01:00
d3dx9_38 makefiles: Remove the no longer needed explicit separators for dependencies. 2010-03-16 13:28:19 +01:00
d3dx9_39 makefiles: Remove the no longer needed explicit separators for dependencies. 2010-03-16 13:28:19 +01:00
d3dx9_40 makefiles: Remove the no longer needed explicit separators for dependencies. 2010-03-16 13:28:19 +01:00
d3dx9_41 makefiles: Remove the no longer needed explicit separators for dependencies. 2010-03-16 13:28:19 +01:00
d3dx9_42 makefiles: Remove the no longer needed explicit separators for dependencies. 2010-03-16 13:28:19 +01:00
d3dxof d3dxof: Add support for mszip compressed files. 2010-04-12 15:42:02 +02:00
dbghelp dbghelp: When trying to enumerate locals & parameters with SymEnumSymbols, don't return a global or public symbol when the nearest symbol of the current context isn't a function. 2010-04-08 12:28:53 +02:00
dciman32 makefiles: Remove the no longer needed explicit separators for dependencies. 2010-03-16 13:28:19 +01:00
ddeml.dll16 makefiles: Remove the no longer needed explicit separators for dependencies. 2010-03-16 13:28:19 +01:00
ddraw ddraw: Fix missing D3D misc caps. 2010-05-03 17:20:15 +02:00
ddrawex ddrawex/tests: Don't crash on Windows 95. 2010-04-08 12:28:58 +02:00
devenum makefiles: Remove the no longer needed explicit separators for dependencies. 2010-03-16 13:28:19 +01:00
dinput dinput: Add the riid for an unsupported interface to a FIXME. 2010-04-28 09:19:47 -05:00
dinput8 makefiles: Remove the no longer needed explicit separators for dependencies. 2010-03-16 13:28:19 +01:00
dispdib.dll16 makefiles: Remove the no longer needed explicit separators for dependencies. 2010-03-16 13:28:19 +01:00
dispex dispex: Check whether the server function changes the type of the arguments. 2010-03-23 13:24:27 +01:00
display.drv16 makefiles: Remove the no longer needed explicit separators for dependencies. 2010-03-16 13:28:19 +01:00
dmband makefiles: Remove the no longer needed explicit separators for dependencies. 2010-03-16 13:28:19 +01:00
dmcompos makefiles: Remove the no longer needed explicit separators for dependencies. 2010-03-16 13:28:19 +01:00
dmime makefiles: Remove the no longer needed explicit separators for dependencies. 2010-03-16 13:28:19 +01:00
dmloader makefiles: Remove the no longer needed explicit separators for dependencies. 2010-03-16 13:28:19 +01:00
dmscript makefiles: Remove the no longer needed explicit separators for dependencies. 2010-03-16 13:28:19 +01:00
dmstyle makefiles: Remove the no longer needed explicit separators for dependencies. 2010-03-16 13:28:19 +01:00
dmsynth makefiles: Remove the no longer needed explicit separators for dependencies. 2010-03-16 13:28:19 +01:00
dmusic makefiles: Remove the no longer needed explicit separators for dependencies. 2010-03-16 13:28:19 +01:00
dmusic32 makefiles: Remove the no longer needed explicit separators for dependencies. 2010-03-16 13:28:19 +01:00
dnsapi dnsapi: _res is per-thread in glibc. 2010-03-23 17:30:25 +01:00
dplay makefiles: Remove the no longer needed explicit separators for dependencies. 2010-03-16 13:28:19 +01:00
dplayx makefiles: Remove the no longer needed explicit separators for dependencies. 2010-03-16 13:28:19 +01:00
dpnaddr makefiles: Remove the no longer needed explicit separators for dependencies. 2010-03-16 13:28:19 +01:00
dpnet makefiles: Remove the no longer needed explicit separators for dependencies. 2010-03-16 13:28:19 +01:00
dpnhpast makefiles: Remove the no longer needed explicit separators for dependencies. 2010-03-16 13:28:19 +01:00
dpnlobby makefiles: Remove the no longer needed explicit separators for dependencies. 2010-03-16 13:28:19 +01:00
dpwsockx dpwsockx: Use standard Win32 types instead of the BSD ones. 2010-04-03 18:08:24 +02:00
drmclien makefiles: Remove the no longer needed explicit separators for dependencies. 2010-03-16 13:28:19 +01:00
dsound dsound: Ensure device name and description buffers are NUL terminated. 2010-03-22 15:52:35 +01:00
dssenh makefiles: Remove the no longer needed explicit separators for dependencies. 2010-03-16 13:28:19 +01:00
dswave makefiles: Remove the no longer needed explicit separators for dependencies. 2010-03-16 13:28:19 +01:00
dwmapi makefiles: Remove the no longer needed explicit separators for dependencies. 2010-03-16 13:28:19 +01:00
dxdiagn quartz: Don't return a pointer to a stack variable in AMFilterData_ParseFilterData(). 2010-04-07 13:50:07 +02:00
dxerr8 makefiles: Remove the no longer needed explicit separators for dependencies. 2010-03-16 13:28:19 +01:00
dxerr9 makefiles: Remove the no longer needed explicit separators for dependencies. 2010-03-16 13:28:19 +01:00
dxgi makefiles: Remove the no longer needed explicit separators for dependencies. 2010-03-16 13:28:19 +01:00
dxguid makefiles: Remove the no longer needed explicit separators for dependencies. 2010-03-16 13:28:19 +01:00
faultrep makefiles: Remove the no longer needed explicit separators for dependencies. 2010-03-16 13:28:19 +01:00
fltlib makefiles: Remove the no longer needed explicit separators for dependencies. 2010-03-16 13:28:19 +01:00
fusion makefiles: Remove the no longer needed explicit separators for dependencies. 2010-03-16 13:28:19 +01:00
fwpuclnt makefiles: Remove the no longer needed explicit separators for dependencies. 2010-03-16 13:28:19 +01:00
gdi.exe16 makefiles: Remove the no longer needed explicit separators for dependencies. 2010-03-16 13:28:19 +01:00
gdi32 gdi32: Remove variable x which is not really used from testJustification. 2010-05-03 15:41:21 +02:00
gdiplus gdiplus/tests: Remove variable path which is not really used from test_linei. 2010-05-03 16:46:38 +02:00
glu32 makefiles: Remove the no longer needed explicit separators for dependencies. 2010-03-16 13:28:19 +01:00
gphoto2.ds makefiles: Remove the no longer needed explicit separators for dependencies. 2010-03-16 13:28:19 +01:00
gpkcsp makefiles: Remove the no longer needed explicit separators for dependencies. 2010-03-16 13:28:19 +01:00
hal makefiles: Remove the no longer needed explicit separators for dependencies. 2010-03-16 13:28:19 +01:00
hhctrl.ocx hhctrl.ocx: Add casts to pointer differences in traces. 2010-04-09 16:49:22 +02:00
hid makefiles: Remove the no longer needed explicit separators for dependencies. 2010-03-16 13:28:19 +01:00
hlink hlink/tests: Add a trailing '\n' to an ok() call. 2010-03-22 10:48:35 +01:00
hnetcfg makefiles: Remove the no longer needed explicit separators for dependencies. 2010-03-16 13:28:19 +01:00
httpapi makefiles: Remove the no longer needed explicit separators for dependencies. 2010-03-16 13:28:19 +01:00
iccvid makefiles: Remove the no longer needed explicit separators for dependencies. 2010-03-16 13:28:19 +01:00
icmp makefiles: Remove the no longer needed explicit separators for dependencies. 2010-03-16 13:28:19 +01:00
ifsmgr.vxd makefiles: Remove the no longer needed explicit separators for dependencies. 2010-03-16 13:28:19 +01:00
imaadp32.acm makefiles: Remove the no longer needed explicit separators for dependencies. 2010-03-16 13:28:19 +01:00
imagehlp makefiles: Remove the no longer needed explicit separators for dependencies. 2010-03-16 13:28:19 +01:00
imm.dll16 makefiles: Remove the no longer needed explicit separators for dependencies. 2010-03-16 13:28:19 +01:00
imm32 imm32: Fix tests to apply to Vista+ as it does the same as Wine. 2010-04-29 13:16:17 -05:00
inetcomm inetcomm: Rewrite MimeMessage_FindFirst/Next to iterate correctly and avoid invalid pointer conversions. 2010-04-08 23:57:07 +02:00
inetmib1 inetmib1/tests: Fix duplicate expressions in if condition. 2010-03-26 15:35:50 +01:00
infosoft makefiles: Remove the no longer needed explicit separators for dependencies. 2010-03-16 13:28:19 +01:00
initpki makefiles: Remove the no longer needed explicit separators for dependencies. 2010-03-16 13:28:19 +01:00
inkobj makefiles: Remove the no longer needed explicit separators for dependencies. 2010-03-16 13:28:19 +01:00
inseng makefiles: Remove the no longer needed explicit separators for dependencies. 2010-03-16 13:28:19 +01:00
iphlpapi iphlpapi: Remove an unused define. 2010-03-26 17:05:26 +01:00
itircl makefiles: Remove the no longer needed explicit separators for dependencies. 2010-03-16 13:28:19 +01:00
itss makefiles: Remove the no longer needed explicit separators for dependencies. 2010-03-16 13:28:19 +01:00
jscript jscript: Remove variable length which is not really used from JSGlobal_parseFloat. 2010-05-03 16:47:39 +02:00
kernel32 server: Check that the prefix type can support the client architecture. 2010-05-04 20:27:20 +02:00
keyboard.drv16 makefiles: Remove the no longer needed explicit separators for dependencies. 2010-03-16 13:28:19 +01:00
krnl386.exe16 krnl386.exe: Fix VGA video mode 17. 2010-03-29 12:19:19 +02:00
loadperf makefiles: Remove the no longer needed explicit separators for dependencies. 2010-03-16 13:28:19 +01:00
localspl localspl: Remove variable res which is not really used from test_XcvClosePort. 2010-04-26 06:58:57 -05:00
localui makefiles: Remove the no longer needed explicit separators for dependencies. 2010-03-16 13:28:19 +01:00
lz32 makefiles: Remove the no longer needed explicit separators for dependencies. 2010-03-16 13:28:19 +01:00
lzexpand.dll16 makefiles: Remove the no longer needed explicit separators for dependencies. 2010-03-16 13:28:19 +01:00
mapi32 mapi32: Add Dutch translation. 2010-04-21 11:57:31 +02:00
mapistub makefiles: Remove the no longer needed explicit separators for dependencies. 2010-03-16 13:28:19 +01:00
mciavi32 mciavi: Stubs should return a success code. 2010-03-16 17:20:34 +01:00
mcicda makefiles: Remove the no longer needed explicit separators for dependencies. 2010-03-16 13:28:19 +01:00
mciqtz32 mciqtz32: Only call CoUninitialize when CoInitializeEx succeeds. 2010-04-12 12:38:36 +02:00
mciseq mciseq: MCI Set Port allows to select the MIDI device. 2010-03-16 17:20:47 +01:00
mciwave mciwave: MCI Status returns string resource when appropriate. 2010-04-01 18:12:41 +02:00
midimap midimap: Allow GetVolume by device identifier. 2010-03-19 13:15:44 +01:00
mlang makefiles: Remove the no longer needed explicit separators for dependencies. 2010-03-16 13:28:19 +01:00
mmdevapi mmdevapi: Don't try to lookup functions if the library isn't found. 2010-05-04 21:30:07 +02:00
mmdevldr.vxd makefiles: Remove the no longer needed explicit separators for dependencies. 2010-03-16 13:28:19 +01:00
mmsystem.dll16 makefiles: Remove the no longer needed explicit separators for dependencies. 2010-03-16 13:28:19 +01:00
monodebg.vxd makefiles: Remove the no longer needed explicit separators for dependencies. 2010-03-16 13:28:19 +01:00
mountmgr.sys mountmgr: Frame device service functions with IoGetCurrentIrpStackLocation and IoCompleteRequest. 2010-03-25 16:09:01 +01:00
mouse.drv16 makefiles: Remove the no longer needed explicit separators for dependencies. 2010-03-16 13:28:19 +01:00
mpr makefiles: Remove the no longer needed explicit separators for dependencies. 2010-03-16 13:28:19 +01:00
mprapi makefiles: Remove the no longer needed explicit separators for dependencies. 2010-03-16 13:28:19 +01:00
msacm.dll16 makefiles: Remove the no longer needed explicit separators for dependencies. 2010-03-16 13:28:19 +01:00
msacm32 msacm32/tests: Simplify check_count and msacm_tests. 2010-05-03 16:47:51 +02:00
msacm32.drv makefiles: Remove the no longer needed explicit separators for dependencies. 2010-03-16 13:28:19 +01:00
msadp32.acm makefiles: Remove the no longer needed explicit separators for dependencies. 2010-03-16 13:28:19 +01:00
mscat32 makefiles: Remove the no longer needed explicit separators for dependencies. 2010-03-16 13:28:19 +01:00
mscms makefiles: Remove the no longer needed explicit separators for dependencies. 2010-03-16 13:28:19 +01:00
mscoree mscoree: Use the mono embedding api instead of invoking mono.exe. 2010-04-06 11:50:28 +02:00
msctf msctf: Fix compiler warnings with flag -Wcast-qual. 2010-03-29 12:14:24 +02:00
msdaps Assorted spelling and case fixes. 2010-03-22 10:49:13 +01:00
msdmo makefiles: Remove the no longer needed explicit separators for dependencies. 2010-03-16 13:28:19 +01:00
msftedit makefiles: Remove the no longer needed explicit separators for dependencies. 2010-03-16 13:28:19 +01:00
msg711.acm makefiles: Remove the no longer needed explicit separators for dependencies. 2010-03-16 13:28:19 +01:00
msgsm32.acm msgsm32.acm: Fix compiler warnings with flag -Wcast-qual. 2010-03-29 12:14:31 +02:00
mshtml mshtml: Fix return value for HTMLBodyElement_get_text. 2010-05-04 18:36:38 +02:00
mshtml.tlb makefiles: Remove the no longer needed explicit separators for dependencies. 2010-03-16 13:28:19 +01:00
msi msi: Register more patch details. 2010-05-04 13:15:00 +02:00
msimg32 makefiles: Remove the no longer needed explicit separators for dependencies. 2010-03-16 13:28:19 +01:00
msimtf makefiles: Remove the no longer needed explicit separators for dependencies. 2010-03-16 13:28:19 +01:00
msisip makefiles: Remove the no longer needed explicit separators for dependencies. 2010-03-16 13:28:19 +01:00
msisys.ocx makefiles: Remove the no longer needed explicit separators for dependencies. 2010-03-16 13:28:19 +01:00
msnet32 makefiles: Remove the no longer needed explicit separators for dependencies. 2010-03-16 13:28:19 +01:00
msrle32 makefiles: Remove the no longer needed explicit separators for dependencies. 2010-03-16 13:28:19 +01:00
mssign32 makefiles: Remove the no longer needed explicit separators for dependencies. 2010-03-16 13:28:19 +01:00
mssip32 makefiles: Remove the no longer needed explicit separators for dependencies. 2010-03-16 13:28:19 +01:00
mstask makefiles: Remove the no longer needed explicit separators for dependencies. 2010-03-16 13:28:19 +01:00
msvcirt makefiles: Remove the no longer needed explicit separators for dependencies. 2010-03-16 13:28:19 +01:00
msvcr70 msvcr70: Sync exports to current msvcrt. 2010-04-28 15:04:39 -05:00
msvcr71 msvcr70: Sync exports to current msvcrt. 2010-04-28 15:04:39 -05:00
msvcr80 msvcr80: Sync exports to current msvcrt exports. 2010-04-28 15:04:39 -05:00
msvcr90 msvcr90: Sync exports to current msvcrt exports. 2010-04-28 15:04:39 -05:00
msvcr100 msvcr100: Add VS2010 C/C++ runtime library with forwards to msvcrt. 2010-05-03 13:56:17 +02:00
msvcrt msvcrt: Fix tests for Windows ME. 2010-05-04 13:15:00 +02:00
msvcrt20 msvcrt: Make a few more exception handling functions i386-specific. 2010-04-12 17:52:37 +02:00
msvcrt40 msvcrt: Make a few more exception handling functions i386-specific. 2010-04-12 17:52:37 +02:00
msvcrtd msvcrt: Make a few more exception handling functions i386-specific. 2010-04-12 17:52:37 +02:00
msvfw32 Assorted spelling and case fixes. 2010-03-22 10:49:13 +01:00
msvidc32 msvidc32: Remove variable bit_per_pixel which is not really used from CRAM_Decompress and CRAM_DecompressEx. 2010-04-26 07:02:39 -05:00
msvideo.dll16 makefiles: Remove the no longer needed explicit separators for dependencies. 2010-03-16 13:28:19 +01:00
mswsock makefiles: Remove the no longer needed explicit separators for dependencies. 2010-03-16 13:28:19 +01:00
msxml3 msxml3: Register classes. 2010-04-19 15:42:00 +02:00
msxml4 msxml4: Register classes. 2010-04-19 15:41:50 +02:00
nddeapi makefiles: Remove the no longer needed explicit separators for dependencies. 2010-03-16 13:28:19 +01:00
netapi32 makefiles: Remove the no longer needed explicit separators for dependencies. 2010-03-16 13:28:19 +01:00
newdev makefiles: Remove the no longer needed explicit separators for dependencies. 2010-03-16 13:28:19 +01:00
ntdll server: Check that the prefix type can support the client architecture. 2010-05-04 20:27:20 +02:00
ntdsapi makefiles: Remove the no longer needed explicit separators for dependencies. 2010-03-16 13:28:19 +01:00
ntoskrnl.exe ntoskrnl.exe: Remove variable retX which is not really used from emulate_instruction. 2010-05-03 15:41:51 +02:00
ntprint makefiles: Remove the no longer needed explicit separators for dependencies. 2010-03-16 13:28:19 +01:00
objsel makefiles: Remove the no longer needed explicit separators for dependencies. 2010-03-16 13:28:19 +01:00
odbc32 odbc32: Don't crash on null pointers while TRACE enabled. 2010-04-20 16:21:37 +02:00
odbccp32 makefiles: Remove the no longer needed explicit separators for dependencies. 2010-03-16 13:28:19 +01:00
ole2.dll16 makefiles: Remove the no longer needed explicit separators for dependencies. 2010-03-16 13:28:19 +01:00
ole2conv.dll16 makefiles: Remove the no longer needed explicit separators for dependencies. 2010-03-16 13:28:19 +01:00
ole2disp.dll16 makefiles: Remove the no longer needed explicit separators for dependencies. 2010-03-16 13:28:19 +01:00
ole2nls.dll16 makefiles: Remove the no longer needed explicit separators for dependencies. 2010-03-16 13:28:19 +01:00
ole2prox.dll16 makefiles: Remove the no longer needed explicit separators for dependencies. 2010-03-16 13:28:19 +01:00
ole2thk.dll16 makefiles: Remove the no longer needed explicit separators for dependencies. 2010-03-16 13:28:19 +01:00
ole32 ole32: Store the location of all blocks in a big block chain in memory. 2010-05-05 10:41:57 +02:00
oleacc makefiles: Remove the no longer needed explicit separators for dependencies. 2010-03-16 13:28:19 +01:00
oleaut32 oleaut32: Remove variable iLengthScanLineColor which is not really used from serializeIcon. 2010-05-03 16:48:03 +02:00
olecli.dll16 makefiles: Remove the no longer needed explicit separators for dependencies. 2010-03-16 13:28:19 +01:00
olecli32 makefiles: Remove the no longer needed explicit separators for dependencies. 2010-03-16 13:28:19 +01:00
oledb32 oledb32: Implement conversion from DBTYPE_BYTES to DBTYPE_WSTR/DBTYPE_STR. 2010-04-06 11:48:18 +02:00
oledlg makefiles: Remove the no longer needed explicit separators for dependencies. 2010-03-16 13:28:19 +01:00
olepro32 makefiles: Remove the no longer needed explicit separators for dependencies. 2010-03-16 13:28:19 +01:00
olesvr.dll16 makefiles: Remove the no longer needed explicit separators for dependencies. 2010-03-16 13:28:19 +01:00
olesvr32 makefiles: Remove the no longer needed explicit separators for dependencies. 2010-03-16 13:28:19 +01:00
olethk32 makefiles: Remove the no longer needed explicit separators for dependencies. 2010-03-16 13:28:19 +01:00
openal32 configure: Change openal detection. 2010-04-05 16:50:20 +02:00
opengl32 wgl: Make context not current before deleting it. 2010-04-27 12:00:24 -05:00
pdh makefiles: Remove the no longer needed explicit separators for dependencies. 2010-03-16 13:28:19 +01:00
pidgen makefiles: Remove the no longer needed explicit separators for dependencies. 2010-03-16 13:28:19 +01:00
powrprof makefiles: Remove the no longer needed explicit separators for dependencies. 2010-03-16 13:28:19 +01:00
printui makefiles: Remove the no longer needed explicit separators for dependencies. 2010-03-16 13:28:19 +01:00
propsys makefiles: Remove the no longer needed explicit separators for dependencies. 2010-03-16 13:28:19 +01:00
psapi makefiles: Remove the no longer needed explicit separators for dependencies. 2010-03-16 13:28:19 +01:00
pstorec makefiles: Remove the no longer needed explicit separators for dependencies. 2010-03-16 13:28:19 +01:00
qcap makefiles: Remove the no longer needed explicit separators for dependencies. 2010-03-16 13:28:19 +01:00
qedit Assorted spelling and case fixes. 2010-03-22 10:49:13 +01:00
qmgr makefiles: Remove the no longer needed explicit separators for dependencies. 2010-03-16 13:28:19 +01:00
qmgrprxy makefiles: Remove the no longer needed explicit separators for dependencies. 2010-03-16 13:28:19 +01:00
quartz quartz: Properly return E_POINTER when ppFilters is null. 2010-05-03 17:20:58 +02:00
query makefiles: Remove the no longer needed explicit separators for dependencies. 2010-03-16 13:28:19 +01:00
rasapi16.dll16 makefiles: Remove the no longer needed explicit separators for dependencies. 2010-03-16 13:28:19 +01:00
rasapi32 makefiles: Remove the no longer needed explicit separators for dependencies. 2010-03-16 13:28:19 +01:00
rasdlg rasdlg: Add RasEntryDlgW stub. 2010-05-03 14:03:35 +02:00
resutils makefiles: Remove the no longer needed explicit separators for dependencies. 2010-03-16 13:28:19 +01:00
riched20 riched20: Remove variable di which is not really used from ME_InsertEndRowFromCursor. 2010-05-03 15:42:18 +02:00
riched32 makefiles: Remove the no longer needed explicit separators for dependencies. 2010-03-16 13:28:19 +01:00
rpcrt4 rpcrt4: Remove variable size which is not really used from NdrComplexArrayUnmarshall. 2010-04-26 07:01:03 -05:00
rsabase makefiles: Remove the no longer needed explicit separators for dependencies. 2010-03-16 13:28:19 +01:00
rsaenh rsaenh: Fix a testfailure which occures on some Win7 setups. 2010-05-03 16:46:18 +02:00
rtutils makefiles: Remove the no longer needed explicit separators for dependencies. 2010-03-16 13:28:19 +01:00
sane.ds makefiles: Remove the no longer needed explicit separators for dependencies. 2010-03-16 13:28:19 +01:00
sccbase makefiles: Remove the no longer needed explicit separators for dependencies. 2010-03-16 13:28:19 +01:00
schannel makefiles: Remove the no longer needed explicit separators for dependencies. 2010-03-16 13:28:19 +01:00
secur32 secur32: Use NTLM2 instead of NTLMv2. 2010-04-19 14:56:12 +02:00
security makefiles: Remove the no longer needed explicit separators for dependencies. 2010-03-16 13:28:19 +01:00
sensapi makefiles: Remove the no longer needed explicit separators for dependencies. 2010-03-16 13:28:19 +01:00
serialui makefiles: Remove the no longer needed explicit separators for dependencies. 2010-03-16 13:28:19 +01:00
setupapi setupapi: Implement SetupGetInfFileListA. 2010-04-06 11:48:21 +02:00
setupx.dll16 makefiles: Remove the no longer needed explicit separators for dependencies. 2010-03-16 13:28:19 +01:00
sfc makefiles: Remove the no longer needed explicit separators for dependencies. 2010-03-16 13:28:19 +01:00
sfc_os makefiles: Remove the no longer needed explicit separators for dependencies. 2010-03-16 13:28:19 +01:00
shdoclc makefiles: Remove the no longer needed explicit separators for dependencies. 2010-03-16 13:28:19 +01:00
shdocvw shdocvw: Set IE version to IE8. 2010-05-03 13:55:53 +02:00
shell.dll16 makefiles: Remove the no longer needed explicit separators for dependencies. 2010-03-16 13:28:19 +01:00
shell32 shell32: Handle NULL pName in ShellLink fnSetDescription. 2010-05-03 16:44:41 +02:00
shfolder makefiles: Remove the no longer needed explicit separators for dependencies. 2010-03-16 13:28:19 +01:00
shlwapi shlwapi/tests: Add tests for SHCreateThreadRef. 2010-04-20 16:21:37 +02:00
slbcsp makefiles: Remove the no longer needed explicit separators for dependencies. 2010-03-16 13:28:19 +01:00
slc makefiles: Remove the no longer needed explicit separators for dependencies. 2010-03-16 13:28:19 +01:00
snmpapi makefiles: Remove the no longer needed explicit separators for dependencies. 2010-03-16 13:28:19 +01:00
softpub makefiles: Remove the no longer needed explicit separators for dependencies. 2010-03-16 13:28:19 +01:00
sound.drv16 makefiles: Remove the no longer needed explicit separators for dependencies. 2010-03-16 13:28:19 +01:00
spoolss makefiles: Remove the no longer needed explicit separators for dependencies. 2010-03-16 13:28:19 +01:00
stdole2.tlb makefiles: Remove the no longer needed explicit separators for dependencies. 2010-03-16 13:28:19 +01:00
stdole32.tlb makefiles: Remove the no longer needed explicit separators for dependencies. 2010-03-16 13:28:19 +01:00
sti makefiles: Remove the no longer needed explicit separators for dependencies. 2010-03-16 13:28:19 +01:00
storage.dll16 makefiles: Remove the no longer needed explicit separators for dependencies. 2010-03-16 13:28:19 +01:00
stress.dll16 makefiles: Remove the no longer needed explicit separators for dependencies. 2010-03-16 13:28:19 +01:00
strmiids makefiles: Remove the no longer needed explicit separators for dependencies. 2010-03-16 13:28:19 +01:00
svrapi makefiles: Remove the no longer needed explicit separators for dependencies. 2010-03-16 13:28:19 +01:00
sxs makefiles: Remove the no longer needed explicit separators for dependencies. 2010-03-16 13:28:19 +01:00
system.drv16 makefiles: Remove the no longer needed explicit separators for dependencies. 2010-03-16 13:28:19 +01:00
t2embed t2embed: Add TTIsEmbeddingEnabled stub. 2010-04-27 15:48:02 -05:00
tapi32 makefiles: Remove the no longer needed explicit separators for dependencies. 2010-03-16 13:28:19 +01:00
toolhelp.dll16 makefiles: Remove the no longer needed explicit separators for dependencies. 2010-03-16 13:28:19 +01:00
traffic makefiles: Remove the no longer needed explicit separators for dependencies. 2010-03-16 13:28:19 +01:00
twain.dll16 makefiles: Remove the no longer needed explicit separators for dependencies. 2010-03-16 13:28:19 +01:00
twain_32 makefiles: Remove the no longer needed explicit separators for dependencies. 2010-03-16 13:28:19 +01:00
typelib.dll16 makefiles: Remove the no longer needed explicit separators for dependencies. 2010-03-16 13:28:19 +01:00
unicows makefiles: Remove the no longer needed explicit separators for dependencies. 2010-03-16 13:28:19 +01:00
updspapi makefiles: Remove the no longer needed explicit separators for dependencies. 2010-03-16 13:28:19 +01:00
url makefiles: Remove the no longer needed explicit separators for dependencies. 2010-03-16 13:28:19 +01:00
urlmon urlmon: Added reading from cache file tests. 2010-05-05 10:34:41 +02:00
usbd.sys usbd.sys: Implement URB building functions. 2010-03-22 15:53:36 +01:00
user.exe16 makefiles: Remove the no longer needed explicit separators for dependencies. 2010-03-16 13:28:19 +01:00
user32 user32/tests: Remove variable old_left_margin which is not really used from test_margins. 2010-05-04 18:38:43 +02:00
userenv makefiles: Remove the no longer needed explicit separators for dependencies. 2010-03-16 13:28:19 +01:00
usp10 usp10: Update ScriptItemize to use the baselevel of a unified run. 2010-04-29 10:19:40 -05:00
uuid shlwapi: Complete IUnknown_SetOwner call. 2010-03-29 11:47:34 +02:00
uxtheme makefiles: Remove the no longer needed explicit separators for dependencies. 2010-03-16 13:28:19 +01:00
vdhcp.vxd makefiles: Remove the no longer needed explicit separators for dependencies. 2010-03-16 13:28:19 +01:00
vdmdbg makefiles: Remove the no longer needed explicit separators for dependencies. 2010-03-16 13:28:19 +01:00
ver.dll16 makefiles: Remove the no longer needed explicit separators for dependencies. 2010-03-16 13:28:19 +01:00
version version: Fix typo in comment. 2010-05-03 17:34:24 +02:00
vmm.vxd makefiles: Remove the no longer needed explicit separators for dependencies. 2010-03-16 13:28:19 +01:00
vnbt.vxd makefiles: Remove the no longer needed explicit separators for dependencies. 2010-03-16 13:28:19 +01:00
vnetbios.vxd makefiles: Remove the no longer needed explicit separators for dependencies. 2010-03-16 13:28:19 +01:00
vtdapi.vxd makefiles: Remove the no longer needed explicit separators for dependencies. 2010-03-16 13:28:19 +01:00
vwin32.vxd makefiles: Remove the no longer needed explicit separators for dependencies. 2010-03-16 13:28:19 +01:00
w32skrnl makefiles: Remove the no longer needed explicit separators for dependencies. 2010-03-16 13:28:19 +01:00
w32sys.dll16 makefiles: Remove the no longer needed explicit separators for dependencies. 2010-03-16 13:28:19 +01:00
wbemprox makefiles: Remove the no longer needed explicit separators for dependencies. 2010-03-16 13:28:19 +01:00
wiaservc makefiles: Remove the no longer needed explicit separators for dependencies. 2010-03-16 13:28:19 +01:00
win32s16.dll16 makefiles: Remove the no longer needed explicit separators for dependencies. 2010-03-16 13:28:19 +01:00
win87em.dll16 makefiles: Remove the no longer needed explicit separators for dependencies. 2010-03-16 13:28:19 +01:00
winaspi.dll16 makefiles: Remove the no longer needed explicit separators for dependencies. 2010-03-16 13:28:19 +01:00
windebug.dll16 makefiles: Remove the no longer needed explicit separators for dependencies. 2010-03-16 13:28:19 +01:00
windowscodecs windowscodecs: Partially implement IWICBitmapFlipRotator_CopyPixels. 2010-04-27 15:47:48 -05:00
winealsa.drv winealsa.drv: Clean up initialisation. 2010-05-03 17:34:01 +02:00
wineaudioio.drv makefiles: Remove the no longer needed explicit separators for dependencies. 2010-03-16 13:28:19 +01:00
winecoreaudio.drv winecoreaudio.drv: Remove superfluous casts of zero. 2010-03-29 11:49:53 +02:00
winecrt0 winecrt0: Add a trampoline function to align the stack on x86_64 before continuing an exception. 2010-04-08 17:34:17 +02:00
wined3d wined3d: Use context_apply_clear_state() in color_fill_fbo(). 2010-05-05 10:37:43 +02:00
wineesd.drv wineesd.drv: Add the missing calls to ESD_WaveClose/ESD_WaveInit. 2010-04-22 11:40:08 +02:00
winejack.drv winejack.drv: Clean up loading. 2010-04-21 16:15:10 +02:00
winejoystick.drv makefiles: Remove the no longer needed explicit separators for dependencies. 2010-03-16 13:28:19 +01:00
winemapi winemapi: Add a trailing '\n' to FIXME()s. 2010-03-22 10:48:11 +01:00
winemp3.acm winemp3.acm: Support mp3 decoding on Mac OS/X Leopard systems. 2010-03-18 15:55:30 +01:00
winenas.drv winenas.drv: Move opening wave device to audio.c. 2010-04-21 16:13:33 +02:00
wineoss.drv wineoss.drv: Move opening devices to their respective xxxMessage functions. 2010-04-21 16:14:39 +02:00
wineps.drv wineps.drv: Fix return value in PSDRV_SetBrush. 2010-05-03 15:38:07 +02:00
wineps16.drv16 makefiles: Remove the no longer needed explicit separators for dependencies. 2010-03-16 13:28:19 +01:00
winequartz.drv makefiles: Remove the no longer needed explicit separators for dependencies. 2010-03-16 13:28:19 +01:00
winex11.drv winex11: Use XkbKeycodeToKeysym when using XKB. 2010-05-04 18:36:05 +02:00
wing.dll16 makefiles: Remove the no longer needed explicit separators for dependencies. 2010-03-16 13:28:19 +01:00
wing32 makefiles: Remove the no longer needed explicit separators for dependencies. 2010-03-16 13:28:19 +01:00
winhttp winhttp/tests: Avoid test failures caused by broken DNS server configurations. 2010-04-22 18:11:42 +02:00
wininet wininet: Remove variable len which is not really used from CommitUrlCacheEntryInternal. 2010-04-21 15:35:00 +02:00
winmm winmm/tests: Remove variable start which is not really used from wave_out_test_deviceOut. 2010-05-03 15:42:05 +02:00
winnls.dll16 makefiles: Remove the no longer needed explicit separators for dependencies. 2010-03-16 13:28:19 +01:00
winnls32 makefiles: Remove the no longer needed explicit separators for dependencies. 2010-03-16 13:28:19 +01:00
winscard makefiles: Remove the no longer needed explicit separators for dependencies. 2010-03-16 13:28:19 +01:00
winsock.dll16 makefiles: Remove the no longer needed explicit separators for dependencies. 2010-03-16 13:28:19 +01:00
winspool.drv makefiles: Remove the no longer needed explicit separators for dependencies. 2010-03-16 13:28:19 +01:00
wintab.dll16 makefiles: Remove the no longer needed explicit separators for dependencies. 2010-03-16 13:28:19 +01:00
wintab32 makefiles: Remove the no longer needed explicit separators for dependencies. 2010-03-16 13:28:19 +01:00
wintrust wintrust/tests: Remove variable myARGC which is not really used from test_cdf_parsing. 2010-05-03 15:39:56 +02:00
wldap32 makefiles: Remove the no longer needed explicit separators for dependencies. 2010-03-16 13:28:19 +01:00
wmi makefiles: Remove the no longer needed explicit separators for dependencies. 2010-03-16 13:28:19 +01:00
wmiutils makefiles: Remove the no longer needed explicit separators for dependencies. 2010-03-16 13:28:19 +01:00
wnaspi32 makefiles: Remove the no longer needed explicit separators for dependencies. 2010-03-16 13:28:19 +01:00
wow32 makefiles: Remove the no longer needed explicit separators for dependencies. 2010-03-16 13:28:19 +01:00
ws2_32 ws2_32: In setsockopt implement IPV6_ADD_MEMBERSHIP and IPV6_DROP_MEMBERSHIP only when supported. 2010-04-05 11:37:11 +02:00
wsock32 makefiles: Remove the no longer needed explicit separators for dependencies. 2010-03-16 13:28:19 +01:00
wtsapi32 wtsapi32: Add a stub implementation of WTSQueryUserToken. 2010-05-04 13:15:00 +02:00
wuapi makefiles: Remove the no longer needed explicit separators for dependencies. 2010-03-16 13:28:19 +01:00
wuaueng makefiles: Remove the no longer needed explicit separators for dependencies. 2010-03-16 13:28:19 +01:00
xinput1_1 makefiles: Remove the no longer needed explicit separators for dependencies. 2010-03-16 13:28:19 +01:00
xinput1_2 makefiles: Remove the no longer needed explicit separators for dependencies. 2010-03-16 13:28:19 +01:00
xinput1_3 makefiles: Remove the no longer needed explicit separators for dependencies. 2010-03-16 13:28:19 +01:00
xinput9_1_0 makefiles: Remove the no longer needed explicit separators for dependencies. 2010-03-16 13:28:19 +01:00
xmllite makefiles: Remove the no longer needed explicit separators for dependencies. 2010-03-16 13:28:19 +01:00
Makedll.rules.in makefiles: Output all the documentation rules explicitly for each module. 2010-03-25 12:05:44 +01:00
Makeimplib.rules.in makefiles: Add rules for cross-compiling static libraries. 2010-01-23 20:51:12 +01:00