Sweden-Number/dlls
Kai Blin ec443be738 secur32: Don't try to use ntlm_auth --use-cred-cache.
If ntlm_auth actually uses the cred cache, it will not give a session key.
As the Wine NTLM code depends on the session key to do transport crypto, don't
attempt to use the winbind cred cache.

This completely reverts my attempted fix 7788c8ed and also parts of Rob's
888a8e27 and 8a2125f9. It does not affect the code using wine's own credential
cache.
2009-05-20 13:34:16 +02:00
..
acledit
aclui aclui: Added stub dll. 2009-01-21 13:07:16 +01:00
activeds
actxprxy
adsiid
advapi32 advapi32: Handle well qualified names in LookupAccountNameW for account names. 2009-05-19 15:26:05 +02:00
advpack advpack/tests: Use win_skip() to skip over unimplemented functionality. 2009-02-26 12:18:49 +01:00
amstream amstream/tests: Handle directdraw not being created (Coverity 920). 2009-04-22 13:13:47 +02:00
appwiz.cpl comctl32/listview: Make ListView_* macros match PSDK. 2009-05-11 14:51:32 +02:00
atl atl: Remove superfluous pointer casts. 2009-02-12 17:53:34 +01:00
authz authz: Add stub dll. 2009-01-28 14:11:56 +01:00
avicap32
avifil32 avifil32: Make avifile.dll into a stand-alone 16-bit module. 2009-03-24 16:56:58 +01:00
avifile.dll16 avifil32: Make avifile.dll into a stand-alone 16-bit module. 2009-03-24 16:56:58 +01:00
bcrypt bcrypt: Add a mostly empty bcrypt.dll. 2009-03-30 15:12:47 +02:00
browseui browseui: Add Lithuanian translation. 2009-03-30 13:57:31 +02:00
cabinet cabinet: Declare a function static. 2009-02-09 12:22:49 +01:00
capi2032
cards
cfgmgr32 cfgmgr32: Forward CM_Locate_DevNode_ExA/W calls to setupapi. 2009-05-11 15:54:46 +02:00
clusapi clusapi: Don't print an out parameter. 2009-04-29 13:08:53 +02:00
comcat Remove spaces before '\n's. 2009-03-09 12:05:58 +01:00
comctl32 comctl32/listview: Handle mouse selections more accurately. 2009-05-19 15:42:11 +02:00
comdlg32 Fix typo in Romanian translation basă => bază. 2009-05-19 11:58:53 +02:00
comm.drv16 kernel32: Make comm.drv into a stand-alone 16-bit module. 2009-03-04 14:22:24 +01:00
compobj.dll16 ole32: Make compobj.dll into a stand-alone 16-bit module. 2009-03-12 13:09:31 +01:00
compstui
credui credui: Remove spaces before '\n'. 2009-05-06 12:20:10 +02:00
crtdll
crypt32 crypt32: Change salt allocation to handle errors (Coverity 133). 2009-05-08 12:27:19 +02:00
cryptdlg cryptdlg: Added Dutch translations. 2009-01-27 16:05:22 +01:00
cryptdll
cryptnet cryptnet: Skip failing tests no matter what the last error is, but only on Windows. 2009-01-30 11:44:36 +01:00
cryptui cryptui: Remove double assignment in import_store_dlg_proc(). 2009-05-11 12:43:36 +02:00
ctapi32
ctl3d.dll16 ctl3d32: Make ctl3d.dll and ctl3dv2.dll into stand-alone 16-bit modules. 2009-03-23 20:31:01 +01:00
ctl3d32 ctl3d32: Make ctl3d.dll and ctl3dv2.dll into stand-alone 16-bit modules. 2009-03-23 20:31:01 +01:00
ctl3dv2.dll16 ctl3d32: Make ctl3d.dll and ctl3dv2.dll into stand-alone 16-bit modules. 2009-03-23 20:31:01 +01:00
d3d8 wined3d: Use the output signature to map SM4 pixel shader outputs to the appropriate register. 2009-05-11 12:43:00 +02:00
d3d9 wined3d: Use the output signature to map SM4 pixel shader outputs to the appropriate register. 2009-05-11 12:43:00 +02:00
d3d10 d3d10: Implement ID3D10EffectPass::Apply(). 2009-03-06 12:38:34 +01:00
d3d10core d3d10core: Implement ID3D10Device::PSSetShader(). 2009-05-11 12:43:25 +02:00
d3dim
d3drm d3drm: D3DRMQuaternionSlerp should be tested against returned Windows values. 2009-02-17 12:46:50 +01:00
d3dx8 d3dx8/tests: Make compare_vec3() static. 2009-05-13 12:45:36 +02:00
d3dx9_24
d3dx9_25
d3dx9_26
d3dx9_27
d3dx9_28
d3dx9_29
d3dx9_30
d3dx9_31
d3dx9_32
d3dx9_33
d3dx9_34
d3dx9_35
d3dx9_36 d3dx9: Recognize the D3DXSPRITE_DO_NOT_ADDREF_TEXTURE flag. 2009-03-10 12:57:14 +01:00
d3dx9_37
d3dx9_38 d3dx9_38: Fix version information. 2009-01-27 11:09:41 +01:00
d3dx9_39 d3dx9_39: Fix version information. 2009-01-27 11:09:47 +01:00
d3dx9_40 d3dx9_40: Implement d3dx9_40 and forward the functions to d3dx9_36. 2009-01-27 11:10:29 +01:00
d3dx9_41 Implement d3dx9_41 and forward the functions to d3dx9_36. 2009-03-30 17:55:15 +02:00
d3dxof d3dxof/tests: Sign compare fix. 2009-05-11 12:47:52 +02:00
dbghelp dbghelp: Don't check version of Mach-O dyld_all_image_infos structure. 2009-05-04 12:52:01 +02:00
dciman32
ddeml.dll16 user32: Make ddeml.dll into a stand-alone 16bit module. 2009-05-06 12:19:37 +02:00
ddraw ddraw: Add tests for DirectDrawSurface reference counting. 2009-05-20 11:09:07 +02:00
ddrawex ddrawex/tests: Fix some test failures on W95. 2009-02-26 12:19:00 +01:00
devenum devenum: Add Lithuanian translation. 2009-03-30 13:57:37 +02:00
dinput dinput: Add missing newline to trace message. 2009-04-20 17:20:07 +02:00
dinput8 dinput8: Remove superfluous pointer casts. 2009-01-23 13:14:11 +01:00
dispdib.dll16 gdi32: Make dispdib.dll into a stand-alone 16-bit module. 2009-03-04 14:27:05 +01:00
display.drv16 user32: Make display.drv into a stand-alone 16-bit module. 2009-03-04 14:28:32 +01:00
dmband include: Change MUSIC_TIME from long to LONG for Win64 compatibility. 2009-01-10 17:43:10 +01:00
dmcompos include: Change MUSIC_TIME from long to LONG for Win64 compatibility. 2009-01-10 17:43:10 +01:00
dmime dmime: Added missing NULL ptr check (Coverity). 2009-02-02 15:44:39 +01:00
dmloader Remove spaces before '\n's. 2009-03-09 12:05:58 +01:00
dmscript dmscript: Remove superfluous pointer casts. 2009-01-13 15:25:48 +01:00
dmstyle dmstyle: Another NULL ptr check added (Coverity). 2009-02-02 15:44:39 +01:00
dmsynth dmsynth: Remove superfluous pointer casts. 2009-01-27 14:26:50 +01:00
dmusic dmusic: Remove superfluous pointer casts. 2009-01-13 15:26:19 +01:00
dmusic32
dnsapi dnsapi: Reorder a couple of functions to avoid forward declarations. 2009-01-07 14:40:54 +01:00
dplay
dplayx dplayx: cbDelete{Groups,Player}Elem() are unused so remove them. 2009-05-18 12:32:23 +02:00
dpnaddr
dpnet dpnet: Remove superfluous casts. 2009-01-04 13:33:56 +01:00
dpnhpast
dpnlobby
dpwsockx
dsound dsound/tests: Replace malloc() with HeapAlloc(). 2009-05-13 12:45:36 +02:00
dssenh
dswave dswave: Remove superfluous pointer casts. 2009-01-14 13:51:01 +01:00
dwmapi dwmapi: Fix missing void in empty parameter list. 2009-01-28 12:10:52 +01:00
dxdiagn dxdiagn: DirectShowFilters should go under numbered sub-containers. 2009-05-18 12:34:24 +02:00
dxerr8
dxerr9
dxgi dxgi: Initial IDXGISwapChain::Present() implementation. 2009-02-24 16:57:29 +01:00
dxguid
faultrep
fusion fusion: CompareAssemblyIdentity() and GetAssemblyIdentityFromFile() are unused stubs and don't belong in fusion.dll. So remove them. 2009-05-15 10:30:38 +02:00
gdi32 gdi32: Autopopulate FontLinks when autopopulating FontSubstitutes. 2009-05-12 13:19:05 +02:00
gdiplus gdiplus: Implement GdipTransformPointsI. 2009-05-20 10:51:42 +02:00
glu32
gphoto2.ds gphoto2.ds: Use Win32 APIs instead of strdup(). 2009-05-18 12:33:46 +02:00
gpkcsp
hal hal: Fix KfRaiseIrql declaration. 2009-03-26 16:11:53 +01:00
hhctrl.ocx hhctrl.ocx: Handle quoted filenames in doWinMain. 2009-02-17 12:47:27 +01:00
hid hid: Stub HidD_SetFeature. 2009-02-23 15:54:16 +01:00
hlink hlink/tests: Sign compare fix. 2009-05-11 12:47:55 +02:00
hnetcfg
httpapi httpapi: Add HttpDeleteServiceConfiguration, HttpQueryServiceConfiguration and HttpSetServiceConfiguration stubs. 2009-01-13 16:17:02 +01:00
iccvid Perform case-insensitive FOURCC comparison of built-in video codecs. 2009-04-08 11:37:52 +02:00
icmp
ifsmgr.vxd ifsmgr.vxd: Load winedos dynamically. 2009-03-13 11:59:42 +01:00
imaadp32.acm imaadp32: Refuse unknown destination format. 2009-03-23 12:37:40 +01:00
imagehlp imagehlp: Forward some more 64-bit functions to dbghelp. 2009-04-23 12:41:42 +02:00
imm.dll16 imm32: Make imm.dll into a stand-alone 16-bit module. 2009-03-23 20:32:19 +01:00
imm32 imm32/tests: Sign compare fix. 2009-05-11 12:48:03 +02:00
inetcomm inetcomm: Prevent possible dereferences (Coverity). 2009-05-14 11:14:31 +02:00
inetmib1 inetmib1: Rename a poorly named variable. 2009-05-18 14:31:06 +02:00
infosoft
initpki
inkobj widl: Output "LONG" instead of "long" for a 32bit integer. 2009-03-13 11:15:21 +01:00
inseng
iphlpapi iphlpapi: Make getInterfacePhysicalByName() static. 2009-05-13 12:45:36 +02:00
itircl itircl: Fix documentation typo. 2008-12-31 12:28:17 +01:00
itss urlmon.idl: Use HANDLE_PTR in IInternetProtocolRoot::Start declaration. 2009-04-01 14:23:32 +02:00
jscript jscript: Avoid size_t in printf width specifier. 2009-04-22 16:56:37 +02:00
kernel32 ntdll: Tweak the file mapping permission checks some more, with tests. 2009-05-19 21:36:05 +02:00
keyboard.drv16 user32: Make keyboard.drv into a stand-alone 16-bit module. 2009-03-04 14:30:37 +01:00
loadperf programs: Add lodctr and unlodctr tools. 2009-01-29 15:14:22 +01:00
localspl winspool: Move remaining Xcv support to the backend. 2009-05-07 16:21:16 +02:00
localui
lz32 lz32/tests: Replace malloc() with HeapAlloc(). 2009-05-13 12:45:36 +02:00
lzexpand.dll16 lz32: Make lzexpand.dll into a stand-alone 16-bit module. 2009-03-11 16:51:08 +01:00
mapi32 mapi32: Add version resource. 2009-02-25 12:37:05 +01:00
mciavi32 mciavi32: Remove unnecessary string buffers in MCIAVI_mciSet. 2009-04-15 15:55:55 -05:00
mcicda mcicda: Compare a file handle with INVALID_HANDLE_VALUE instead of NULL. 2009-03-02 12:02:46 +01:00
mciqtz32 mciqtz32: Add support for MCI_SET. 2009-04-29 13:06:32 +02:00
mciseq mciseq: Remove superfluous pointer casts. 2009-01-15 12:42:55 +01:00
mciwave include: Fix a number of mmsystem.h structure for Win64. 2009-01-09 18:08:29 +01:00
midimap
mlang mlang: Return the correct count in IMLangFontLink_GetStrCodePages when aborting early. 2009-05-14 20:09:53 +02:00
mmdevldr.vxd
monodebg.vxd
mountmgr.sys
mouse.drv16 user32: Make mouse.drv into a stand-alone 16-bit module. 2009-03-04 14:32:56 +01:00
mpr mpr: Remove superfluous pointer casts. 2009-01-12 13:06:39 +01:00
mprapi
msacm.dll16 msacm32: Make msacm.dll into a stand-alone 16-bit module. 2009-03-11 16:51:09 +01:00
msacm32 msacm32: Add Lithuanian translation. 2009-04-06 11:16:36 +02:00
msacm32.drv msacm32.drv: dwInstance, dwParam1, dwParam2 and dwUser are DWORD_PTRs. 2009-02-18 13:18:01 +01:00
msadp32.acm msadp32: Refuse unknown destination format. 2009-03-23 12:37:37 +01:00
mscat32 mscat32: Forward CryptCATCDFEnumMembersByCDFTag to wintrust. 2009-01-23 13:40:39 +01:00
mscms mscms: Handle errors from lcms more gracefully. 2009-03-05 13:26:16 +01:00
mscoree mscoree: Stubs for StrongNameSignatureVerification(Ex). 2009-04-29 13:08:57 +02:00
msctf msctf: Use FAILED instead of !SUCCEDED. 2009-05-20 10:54:35 +02:00
msdmo msdmo: Remove superfluous pointer casts. 2009-01-23 13:14:18 +01:00
msftedit
msg711.acm msg711.acm: Pointer cast changed to DWORD_PTR. 2009-02-20 18:46:04 +01:00
mshtml mshtml/tests: Fix some test failures with IE8. 2009-05-13 12:04:07 +02:00
mshtml.tlb
msi msi/tests: Use win_skip() to skip over unimplemented functionality. 2009-05-19 12:01:20 +02:00
msimg32
msimtf
msisip
msisys.ocx
msnet32
msrle32 Perform case-insensitive FOURCC comparison of built-in video codecs. 2009-04-08 11:37:52 +02:00
mssign32 mssign32: The mssign32 debug channel is unused so remove it. 2009-02-12 17:53:35 +01:00
mssip32
mstask mstask/tests: Replace realloc() with HeapReAlloc(). 2009-05-19 12:01:04 +02:00
msvcirt
msvcr71
msvcrt msvcrt/tests: Sign compare fixes. 2009-05-11 12:47:59 +02:00
msvcrt20
msvcrt40
msvcrtd
msvfw32 msvideo16: Make msvideo16 a separate 16-bit module. 2009-05-15 11:44:59 +02:00
msvidc32 Perform case-insensitive FOURCC comparison of built-in video codecs. 2009-04-08 11:37:52 +02:00
msvideo.dll16 msvideo.dll16: Add missing unlock on an error path (Smatch). 2009-05-18 12:32:04 +02:00
mswsock
msxml3 Assorted spelling fixes. 2009-04-20 15:25:26 +02:00
nddeapi
netapi32 netapi32: Remove superfluous pointer casts. 2009-03-05 13:24:49 +01:00
newdev
ntdll ntdll: Add test cases for the returned frame value in RtlVirtualUnwind. 2009-05-20 13:33:32 +02:00
ntdsapi
ntoskrnl.exe ntoskrnl.exe: Stub for MmQuerySystemSize. 2009-03-02 13:20:46 +01:00
ntprint ntprint: Remove superfluous pointer casts. 2009-01-27 14:26:48 +01:00
objsel objsel: Remove superfluous pointer casts. 2009-01-20 12:34:29 +01:00
odbc32
odbccp32 odbccp32: Fix a couple failing tests, and log more information about remaining failures. 2009-02-16 11:48:19 +01:00
ole2.dll16 ole32: Make ole2.dll into a stand-alone 16-bit module. 2009-03-11 17:05:20 +01:00
ole2conv.dll16 ole32: Make ole2conv.dll into a stand-alone 16-bit module. 2009-03-11 16:51:09 +01:00
ole2disp.dll16 oleaut32: Make ole2disp.dll into a stand-alone 16-bit module. 2009-03-12 13:09:53 +01:00
ole2nls.dll16 ole32: Make ole2nls.dll into a stand-alone 16-bit module. 2009-03-11 16:53:06 +01:00
ole2prox.dll16 ole32: Make ole2prox.dll into a stand-alone 16-bit module. 2009-03-11 16:51:09 +01:00
ole2thk.dll16 ole32: Make ole2thk.dll into a stand-alone 16-bit module. 2009-03-11 16:51:09 +01:00
ole32 ole32: Process sent and DDE messages in CoWaitForMultipleHandles. 2009-05-20 10:54:26 +02:00
oleacc oleacc: Added Polish translation. 2009-05-08 13:22:45 +02:00
oleaut32 oleaut32/tests: Replace realloc() with HeapReAlloc(). 2009-05-19 12:01:09 +02:00
olecli.dll16 olecli32: Make olecli.dll into a stand-alone 16-bit module. 2009-03-11 16:51:09 +01:00
olecli32 olecli32: Make olecli.dll into a stand-alone 16-bit module. 2009-03-11 16:51:09 +01:00
oledlg
olepro32
olesvr.dll16 olesvr32: Make olesvr.dll into a stand-alone 16-bit module. 2009-03-11 16:51:09 +01:00
olesvr32 olesvr32: Make olesvr.dll into a stand-alone 16-bit module. 2009-03-11 16:51:09 +01:00
olethk32
opengl32 wgl: Add a test for WGL_ACCELERATION_ARB and the PFD_GENERIC_* flags. 2009-05-20 10:51:25 +02:00
pdh pdh: Return correct error on allocation failure. 2009-05-11 12:43:41 +02:00
pidgen pidgen: Fix typo. 2008-12-22 14:26:07 +01:00
powrprof
printui
propsys propsys: Stub for PSUnregisterPropertySchema. 2009-03-23 13:22:22 +01:00
psapi psapi: Implement GetProcessImageNameW. 2009-04-07 11:20:58 +02:00
pstorec
qcap include: Change long to LONG in axextend.idl. 2009-03-12 13:09:54 +01:00
qedit qedit: Change long to LONG in qedit.idl. 2009-03-12 13:09:54 +01:00
qmgr qmgr: Add a missing call to CoUninitialize. 2009-03-09 12:04:39 +01:00
qmgrprxy
quartz quartz: Data may be incomplete at the end of file so do not assert if we have less data than expected. 2009-04-14 11:28:34 -05:00
query
rasapi16.dll16 rasapi32: Make rasapi16.dll into a stand-alone 16-bit module. 2009-03-23 20:34:34 +01:00
rasapi32 rasapi32/tests: Add a FreeLibrary. 2009-04-29 13:08:49 +02:00
rasdlg rasdlg: Initial stub dll. 2009-01-26 16:27:01 +01:00
resutils
riched20 riched20: ME_MakeString() is unused so remove it. 2009-05-15 10:28:20 +02:00
riched32 riched32/tests: Skip some tests on Win9x, WinME and NT4. 2009-02-03 15:32:49 +01:00
rpcrt4 rpcrt4: Make RPCRT4_NextHttpHeaderField() and RPCRT4_default_receive_fragment() static. 2009-05-13 12:45:37 +02:00
rsabase
rsaenh Remove spaces before '\n's. 2009-03-09 12:05:58 +01:00
sane.ds sane.ds: Remove an unused debug channel. 2009-05-06 12:20:10 +02:00
sccbase
schannel schannel/tests: Fix test on Win2k. 2009-03-23 13:24:47 +01:00
secur32 secur32: Don't try to use ntlm_auth --use-cred-cache. 2009-05-20 13:34:16 +02:00
security
sensapi
serialui serialui/tests: Use win_skip() to skip over unimplemented functionality. 2009-02-23 12:21:26 +01:00
setupapi setupapi: Fix passing a NULL parameter (Coverity). 2009-05-18 14:31:06 +02:00
sfc sfc: Add a stub implementation for ordinal 3. 2009-01-06 12:45:03 +01:00
sfc_os
shdoclc
shdocvw shdocvw/tests: Fix a test failure with IE8. 2009-05-13 12:04:18 +02:00
shell.dll16 shell32: Make shell.dll into a stand-alone 16-bit module. 2009-04-01 18:20:13 +02:00
shell32 shell32: Handle NULL return icon parameters in SHDefExtractIcon. 2009-05-18 12:31:56 +02:00
shfolder
shlwapi shlwapi: Add a partial stub for IConnectionPoint_InvokeWithCancel. 2009-05-15 14:18:49 +02:00
slbcsp
slc
snmpapi Remove spaces before '\n's. 2009-03-09 12:05:58 +01:00
softpub
sound.drv16 winmm: Make sound.drv into a stand-alone 16-bit module. 2009-03-23 20:35:00 +01:00
spoolss Assorted spelling fixes. 2009-04-20 15:25:26 +02:00
stdole2.tlb
stdole32.tlb
sti
storage.dll16 ole32: Make storage.dll into a stand-alone 16-bit module. 2009-03-11 17:03:10 +01:00
stress.dll16 kernel32: Make stress.dll into a stand-alone 16-bit module. 2009-03-04 14:16:18 +01:00
strmiids
svrapi
sxs sxs: Implement a stub CreateAssemblyCache to make Publish or Perish install. 2009-04-21 18:28:19 +02:00
t2embed t2embed: Add stub dll. 2009-05-05 15:50:44 +02:00
tapi32 tapi32: Stub lineGetIDW. 2009-03-23 18:21:06 +01:00
traffic traffic: Add stub dll. 2009-01-29 12:48:37 +01:00
twain.dll16 twain_32: Make twain.dll into a stand-alone 16-bit module. 2009-03-23 20:34:02 +01:00
twain_32 twain32: Fix a compiler warning on PC-BSD. 2009-03-25 11:08:05 +01:00
typelib.dll16 oleaut32: Make typelib.dll into a stand-alone 16-bit module. 2009-03-12 13:09:52 +01:00
unicows
updspapi updspapi: Add missing functions and forward to setupapi. 2009-01-22 15:28:24 +01:00
url
urlmon urlmon/tests: Fix some test failures on IE8. 2009-05-20 10:51:09 +02:00
user32 user32: Invalidate a being removed listbox item before deleting it as it's been done before d2ecb11941. 2009-05-19 11:58:53 +02:00
userenv userenv/tests: Replace realloc() with HeapReAlloc(). 2009-05-19 12:01:13 +02:00
usp10 usp10/tests: Skip some tests on WinME. 2009-04-13 17:33:31 -05:00
uuid shdocvw: Add a stub ITaskbarList implementation. 2009-03-24 12:58:17 +01:00
uxtheme uxtheme: UXINI_ResetINI() is unused so remove it. 2009-02-09 13:16:10 +01:00
vdhcp.vxd
vdmdbg
version version: Remove superfluous pointer casts. 2009-01-13 15:26:16 +01:00
vmm.vxd
vnbt.vxd
vnetbios.vxd
vtdapi.vxd
vwin32.vxd vwin32.vxd: Load winedos dynamically. 2009-03-13 11:59:48 +01:00
w32skrnl w32skrnl: Make w32sys.dll into a stand-alone 16-bit module. 2009-03-24 09:42:02 +01:00
w32sys.dll16 w32skrnl: Make w32sys.dll into a stand-alone 16-bit module. 2009-03-24 09:42:02 +01:00
wbemprox wbemprox: Add stub dll. 2009-05-06 16:13:53 +02:00
win32s16.dll16 w32skrnl: Make win32s16.dll into a stand-alone 16-bit module. 2009-03-24 09:38:01 +01:00
win87em.dll16 win87em: Always return that a 8087 coprocessor is present. 2009-04-09 11:19:27 +02:00
winaspi.dll16 wnaspi32: Make winaspi.dll into a stand-alone 16-bit module. 2009-03-23 20:33:34 +01:00
windebug.dll16 kernel32: Make windebug.dll into a stand-alone 16-bit module. 2009-03-04 14:24:30 +01:00
winealsa.drv Assorted spelling fixes. 2009-04-20 15:25:26 +02:00
wineaudioio.drv
winecoreaudio.drv winecoreaudio: Fix building on Snow Leopard. 2009-05-04 12:51:55 +02:00
winecrt0 winecrt0: Disable the delay import destructor on Mac OS, it cannot be made to work. 2009-04-01 18:13:42 +02:00
wined3d wined3d: Emulate the 4 component address register in ARB. 2009-05-20 10:55:17 +02:00
winedos winedos: Release the 16-bit lock before calling ExitThread. 2009-03-31 12:39:10 +02:00
wineesd.drv Assorted spelling fixes. 2009-04-20 15:25:26 +02:00
winejack.drv Assorted spelling fixes. 2009-04-20 15:25:26 +02:00
winejoystick.drv winejoystick.drv: Use CP_UNIXCP instead of CP_ACP when converting a string that comes from the OS. 2009-02-19 12:51:43 +01:00
winemp3.acm winemp3: Rounding block count up in mpeg3_streamsize. 2009-04-06 15:30:22 +02:00
winenas.drv Assorted spelling fixes. 2009-04-20 15:25:26 +02:00
wineoss.drv Assorted spelling fixes. 2009-04-20 15:25:26 +02:00
wineps.drv wineps: Added Polish translations. 2009-05-08 13:22:49 +02:00
winequartz.drv
winex11.drv wgl: Set PFD_GENERIC_FORMAT on bitmap formats instead of PFD_GENERIC_ACCELERATED. 2009-05-20 10:51:20 +02:00
wing32
winhttp winhttp, wininet: Load i2d_X509 from libcrypto.so. 2009-03-05 13:26:11 +01:00
wininet wininet: lpwhr cannot be NULL (Coverity 927). 2009-05-20 13:34:12 +02:00
winmm winmm: Added Polish translation. 2009-05-08 13:22:40 +02:00
winnls.dll16 winnls32: Make winnls.dll into a stand-alone 16-bit module. 2009-03-24 09:31:03 +01:00
winnls32 winnls32: Make winnls.dll into a stand-alone 16-bit module. 2009-03-24 09:31:03 +01:00
winscard
winspool.drv winspool: Move remaining Xcv support to the backend. 2009-05-07 16:21:16 +02:00
wintab.dll16 wintab32: Make wintab.dll into a stand-alone 16-bit module. 2009-03-23 20:33:00 +01:00
wintab32 wintab32: Make wintab.dll into a stand-alone 16-bit module. 2009-03-23 20:33:00 +01:00
wintrust wintrust/tests: Add a basic CryptCATOpen test. 2009-05-19 15:24:56 +02:00
wldap32 Fix position of CDECL qualifier for functions that return pointers. 2009-02-06 14:54:01 +01:00
wmi
wnaspi32 wnaspi32: Make winaspi.dll into a stand-alone 16-bit module. 2009-03-23 20:33:34 +01:00
wow32
ws2_32 ws2_32/tests: Add initial tests for WSAStartup. 2009-05-04 12:52:40 +02:00
wsock32 wsock32: Remove superfluous pointer casts. 2009-01-13 15:25:35 +01:00
wtsapi32
wuapi wuapi: Add class factory for CLSID_AutomaticUpdates. 2009-01-28 12:07:48 +01:00
xinput1_1
xinput1_2
xinput1_3 xinput1_3: Better match native export order. 2009-05-05 11:33:45 +02:00
xinput9_1_0
xmllite xmllite: Add stubbed dll for xmllite. 2009-04-21 15:40:03 +02:00
Makedll.rules.in makefiles: Add a dummy dependency on empty targets to work around a FreeBSD make bug. 2009-03-03 16:23:16 +01:00
Makefile.in msvideo16: Make msvideo16 a separate 16-bit module. 2009-05-15 11:44:59 +02:00
Makeimplib.rules.in
Maketest.rules.in makefiles: Pass the target flags to winegcc. 2009-02-06 20:31:59 +01:00