wine/dlls
2007-08-31 19:12:18 +02:00
..
acledit
activeds
advapi32 advapi32/tests: Don't use locale dependent string for testing. 2007-08-27 11:57:57 +02:00
advpack cabinet: Don't extract a file if DoExtract is FALSE. 2007-08-27 12:18:39 +02:00
amstream
atl atl: Replace SHDeleteKeyW with RegDeleteTreeW and get rid of the import of shlwapi. 2007-08-23 12:37:32 +02:00
avicap32
avifil32 avifil32/regsvr: Replace recursive delete functions by RegDeleteTree. 2007-08-17 11:48:35 +02:00
browseui
cabinet cabinet: Add initial tests for FDI. 2007-08-29 11:59:22 +02:00
capi2032
cards Assorted non-ANSI function declaration fixes (missing void). 2007-08-30 11:57:18 +02:00
cfgmgr32
clusapi
comcat
comctl32 Assorted non-ANSI function declaration fixes (missing void). 2007-08-30 11:57:18 +02:00
comdlg32 comdlg32: FindText: Fix text length in Norwegian template. 2007-08-27 12:18:18 +02:00
compstui
credui
crtdll
crypt32 crypt32: Time validity nesting doesn't appear to be checked, so don't check it. 2007-08-31 19:12:18 +02:00
cryptdll
cryptnet
ctl3d32
d3d8 d3d: Add a test for double surface locking. 2007-08-31 11:25:19 +02:00
d3d9 d3d: Add a test for double surface locking. 2007-08-31 11:25:19 +02:00
d3d10
d3dim
d3drm
d3dx8
d3dxof
dbghelp dbghelp: Better match the PSDK types, especially with regards to constness. 2007-08-03 12:43:40 +02:00
dciman32
ddraw d3d: Add a test for double surface locking. 2007-08-31 11:25:19 +02:00
ddrawex ddrawex: Better match the PSDK types and fix the winapi_check warnings. 2007-08-09 14:12:05 +02:00
devenum
dinput dinput: Count should not be 0-based. 2007-08-27 12:01:43 +02:00
dinput8
dmband
dmcompos
dmime
dmloader
dmscript dmscript: Remove 'recursive registry key delete' function. 2007-08-31 12:08:58 +02:00
dmstyle dmstyle: Remove 'recursive registry key delete' function. 2007-08-31 12:08:58 +02:00
dmsynth dmsynth: Remove 'recursive registry key delete' function. 2007-08-30 20:06:47 +02:00
dmusic dmusic: Remove 'recursive registry key delete' function. 2007-08-30 20:06:42 +02:00
dmusic32
dnsapi dnsapi/tests: No need to dynamically load dnsapi anymore. 2007-08-21 21:38:44 +02:00
dplay
dplayx
dpnaddr
dpnet dpnet: Remove 'recursive registry key delete' function. 2007-08-30 11:49:12 +02:00
dpnhpast Assorted non-ANSI function declaration fixes (missing void). 2007-08-30 11:57:18 +02:00
dpnlobby dpnlobby: Add dpnlobby that forwards to dpnet.dll. 2007-08-08 15:32:04 +02:00
dsound dsound: Increase dll refcount and disable thread calls. 2007-08-30 19:48:01 +02:00
dswave dswave: Remove 'recursive registry key delete' function. 2007-08-29 11:58:09 +02:00
dwmapi dwmapi: Add dwmapi.h and update win32.api to fix the winapi_check warnings. 2007-08-06 12:31:10 +02:00
dxdiagn dxdiagn: Remove 'recursive registry key delete' function. 2007-08-28 11:56:22 +02:00
dxerr8
dxerr9
dxguid dxguid: Remove dsdriver.h from imports. 2007-08-17 12:01:37 +02:00
faultrep faultrep: Add a stub dll. 2007-08-08 15:32:04 +02:00
gdi32 gdi32: New DC locking mechanism that doesn't require holding the global GDI lock. 2007-08-31 15:58:38 +02:00
gdiplus Assorted non-ANSI function declaration fixes (missing void). 2007-08-30 11:57:18 +02:00
glu32
gphoto2.ds Assorted non-ANSI function declaration fixes (missing void). 2007-08-30 11:57:18 +02:00
hal
hhctrl.ocx hhctrl.ocx: Remove 'recursive registry key delete' function. 2007-08-28 11:56:15 +02:00
hid
hlink
hnetcfg
iccvid
icmp
ifsmgr.vxd
imaadp32.acm
imagehlp imagehlp: Move WIN_CERTIFICATE types to wintrust.h, and rename a type, to match PSDK. 2007-08-28 11:56:37 +02:00
imm32 imm: Report GCS_DELTASTART to help behavior with advanced IME aware applications. 2007-08-29 12:01:47 +02:00
infosoft
inkobj inkobj: Remove break after return. Found by Smatch. 2007-08-06 12:18:07 +02:00
inseng inseng: Remove 'recursive registry key delete' function. 2007-08-27 19:28:15 +02:00
iphlpapi
itss
kernel32 kernel32/tests: Add tests for DebugActiveProcessStop() and DebugSetProcessKillOnExit(). 2007-08-31 12:08:58 +02:00
localspl localspl/tests: Use skip if localspl can't be loaded. 2007-07-30 12:52:07 +02:00
localui
lz32
mapi32 mapi32: Add a skeleton mapiform.h header with a proper prototype for MAPIOpenLocalFormContainer(). 2007-08-06 12:29:37 +02:00
mciavi32
mcicda
mciseq
mciwave
midimap
mlang mlang: Remove 'recursive registry key delete' function. 2007-08-27 19:28:11 +02:00
mmdevldr.vxd
monodebg.vxd
mpr mpr: Fix Polish translation. 2007-08-06 13:58:23 +02:00
mprapi
msacm32
msacm32.drv
msadp32.acm
mscms mscms/tests: Allocate the profile buffer dynamically to make sure it's large enough. 2007-08-17 12:01:37 +02:00
mscoree mscoree: Return S_OK if mono runtime is found. 2007-08-24 10:57:16 +02:00
msdmo
msftedit
msg711.acm
mshtml mshtml/htmltextcont: Initialize value (Coverity). 2007-08-20 12:54:45 +02:00
mshtml.tlb mshtml.tlb: Fixed a typo in copyright header. 2007-07-31 11:31:18 +02:00
msi msi: Remove 'recursive registry key delete' function. 2007-08-27 11:58:35 +02:00
msimg32
msisys.ocx
msnet32
msrle32
msvcrt msvcrt: Add a prototype for _atoldbl() & co and declare _LDOUBLE & co in stdlib.h. 2007-08-30 17:02:48 +02:00
msvcrt20
msvcrt40
msvcrtd
msvfw32 msvfw32: Fix Polish translation. 2007-08-06 13:58:19 +02:00
msvidc32
mswsock
msxml3 Assorted non-ANSI function declaration fixes (missing void). 2007-08-30 11:57:18 +02:00
nddeapi
netapi32 netapi32: Add some missing prototypes in the lmaccess.h, lmshare.h and lmwksta.h headers. 2007-08-08 15:32:03 +02:00
newdev
ntdll ntdll: Pin down all dlls imported by the main exe. 2007-08-30 16:34:27 +02:00
ntdsapi
ntoskrnl.exe ntoskrnel.exe: Better match the PSDK types and fix the winapi_check warnings. 2007-08-16 11:09:41 +02:00
ntprint
objsel objsel: Remove 'recursive registry key delete' function. 2007-08-23 20:18:32 +02:00
odbc32
odbccp32
ole32 ole32: Properly update the SmallBlockDepotCount when adding more blocks. 2007-08-28 11:58:44 +02:00
oleacc
oleaut32 Assorted non-ANSI function declaration fixes (missing void). 2007-08-30 11:57:18 +02:00
olecli32
oledlg oledlg: Constify some variables. 2007-08-06 13:58:57 +02:00
olepro32 Assorted non-ANSI function declaration fixes (missing void). 2007-08-30 11:57:18 +02:00
olesvr32
opengl32 wgl: Fix wglGetCurrentReadDCARB bugs. 2007-08-23 12:38:39 +02:00
pdh pdh/tests: Add missing '\n' to ok() calls. 2007-08-08 15:32:03 +02:00
powrprof
printui
psapi
pstorec
qcap qcap: Constify some variables. 2007-08-07 12:37:47 +02:00
quartz Assorted non-ANSI function declaration fixes (missing void). 2007-08-30 11:57:18 +02:00
query
rasapi32
resutils
riched20 riched20: Constify some variables. 2007-08-17 12:01:37 +02:00
riched32
rpcrt4 rpcrt4: Constify some variables. 2007-08-22 11:58:13 +02:00
rsabase
rsaenh rsaenh: Constify some variables. 2007-08-24 10:57:16 +02:00
sane.ds
schannel
secur32 secur32: Implement LsaRegisterLogonProcess stub. 2007-08-30 20:06:56 +02:00
security
sensapi
serialui
setupapi Remove more unneeded wine 16bit header usage. 2007-08-30 12:31:01 +02:00
sfc
sfc_os
shdoclc
shdocvw shdocvw: Constify some variables. 2007-08-30 11:57:18 +02:00
shell32 Remove more unneeded wine 16bit header usage. 2007-08-30 12:31:01 +02:00
shfolder
shlwapi shlwapi: Update win32.api to fix the winapi_check warnings. 2007-08-30 17:02:49 +02:00
snmpapi snmpapi/tests: Be more verbose on missing functions. 2007-08-10 16:19:07 +02:00
spoolss
stdole2.tlb
stdole32.tlb
sti
strmiids
svrapi
sxs
tapi32 Assorted spelling fixes. 2007-08-09 14:13:07 +02:00
twain_32
unicows
url
urlmon urlmon: Remove 'recursive registry key delete' function. 2007-08-20 11:56:18 +02:00
user32 user32: combo: CB_SETITEMHEIGHT should make the edit area 2px higher than the item (with testcase). 2007-08-31 13:24:13 +02:00
userenv userenv: Add a skeleton userenv.h header and use it. 2007-08-10 11:56:08 +02:00
usp10
uuid uuid: Added IID_IProxyManager. 2007-08-01 11:28:39 +02:00
uxtheme Assorted non-ANSI function declaration fixes (missing void). 2007-08-30 11:57:18 +02:00
vdhcp.vxd
vdmdbg
version Remove more unneeded wine 16bit header usage. 2007-08-30 12:31:01 +02:00
vmm.vxd
vnbt.vxd
vnetbios.vxd
vtdapi.vxd
vwin32.vxd
w32skrnl
winealsa.drv winealsa: Make SetFormat work better with new behavior of dsound. 2007-08-27 19:58:28 +02:00
wineaudioio.drv
winecoreaudio.drv Assorted spelling fixes. 2007-07-31 21:37:50 +02:00
winecrt0
wined3d wined3d: Raise the 1x pixelshader max value to the d3d minimum. 2007-08-31 12:08:58 +02:00
winedos Remove more unneeded wine 16bit header usage. 2007-08-30 12:31:01 +02:00
wineesd.drv
winejack.drv
winejoystick.drv
winemp3.acm
winenas.drv
wineoss.drv wineoss: Update sound caps. 2007-08-27 12:01:11 +02:00
wineps.drv Remove more unneeded wine 16bit header usage. 2007-08-30 12:31:01 +02:00
winequartz.drv
winex11.drv winex11.drv: wintab: Copy also the button #0 state. 2007-08-31 13:24:55 +02:00
wing32
winhttp winhttp: Add a skeleton winhttp.h and use it. 2007-08-30 17:02:48 +02:00
wininet wininet: Fix many wininet prototypes: the context is a DWORD_PTR now. 2007-08-30 17:02:49 +02:00
winmm mmsystem: Better stick the the PSDK types. 2007-08-30 17:02:49 +02:00
winnls32
winscard winscard: Use quotes to include winscard.h. Fixes a winapi_check warning. 2007-08-30 17:02:49 +02:00
winspool.drv winspool: Powerpoint XP expect a valid pointer on Win9x. 2007-08-30 20:05:12 +02:00
wintab32
wintrust wintrust: Implement pfnCertificateTrust. 2007-08-29 12:00:33 +02:00
wldap32
wnaspi32
wow32
ws2_32
wsock32
wtsapi32
Makedll.rules.in
Makefile.in make_makefiles: wined3d doesn't depend on OpenGL libs anymore. 2007-08-14 13:37:14 +02:00
Makeimplib.rules.in
Maketest.rules.in