wine/dlls
Alexander Dorofeyev cb5e06c944 ddraw: Implement FPU mode fixup in d3d7 device.
As documented in DirectX7 SDK, d3d7 devices set FPU mode (control word) on every 
call and restore it back to original state before returning, if created in 
DDSCL_FPUPRESERVE cooperative mode. This allows games to work with FPU in a 
possibly incompatible mode and avoid resetting it all the time.
2008-06-23 19:59:33 +02:00
..
acledit
activeds makefiles: Simplify the use of the IMPORTLIB variable in the DLL makefiles. 2008-03-04 20:55:01 +01:00
actxprxy
adsiid makefiles: Simplify the use of the MODULE variable in static import libraries. 2008-03-10 19:12:54 +01:00
advapi32 advapi32: Add stub for GetAuditedPermissionsFromAcl{A/W}. 2008-06-21 11:36:46 +02:00
advpack advpack: Don't close a handle if it wasn't opened. 2008-06-21 11:13:55 +02:00
amstream Revert "amstream: Fix the condition of existence of the IMediaStream interface." 2008-06-09 12:55:54 +02:00
atl atl: Remove freeing of an invalid pointer. 2008-05-07 12:07:46 +02:00
avicap32 makefiles: Simplify the use of the IMPORTLIB variable in the DLL makefiles. 2008-03-04 20:55:01 +01:00
avifil32 avifil32: The array index is 0-based. 2008-06-23 14:07:57 +02:00
browseui browseui: Remove spaces before '...'. 2008-06-12 12:03:39 +02:00
cabinet cabinet: Always use INT_PTR for handles. 2008-06-18 20:48:54 +02:00
capi2032 janitorial: Prototype func() should be func(void). 2008-04-30 13:45:23 +02:00
cards makefiles: Simplify the use of the IMPORTLIB variable in the DLL makefiles. 2008-03-04 20:55:01 +01:00
cfgmgr32 makefiles: Simplify the use of the IMPORTLIB variable in the DLL makefiles. 2008-03-04 20:55:01 +01:00
clusapi makefiles: Simplify the use of the IMPORTLIB variable in the DLL makefiles. 2008-03-04 20:55:01 +01:00
comcat makefiles: List the static libraries as normal imports instead of extra libs. 2008-04-30 14:23:55 +02:00
comctl32 comctl32: tooltips: Adjust the type of three loop variables from INT to UINT. 2008-06-23 12:47:23 +02:00
comdlg32 comdlg32/tests: Make sure no ANSI strings are passed to Unicode functions. 2008-06-21 11:54:38 +02:00
compstui makefiles: Simplify the use of the IMPORTLIB variable in the DLL makefiles. 2008-03-04 20:55:01 +01:00
credui credui: Typo and minor correction in Dutch resource. 2008-06-13 10:17:53 +02:00
crtdll makefiles: Simplify the use of the IMPORTLIB variable in the DLL makefiles. 2008-03-04 20:55:01 +01:00
crypt32 crypt32/tests: Fix an end of line character. 2008-06-04 12:33:03 +02:00
cryptdlg cryptdlg: Fix the GetFriendlyNameOfCert[AW] call convention. 2008-05-06 16:10:09 +02:00
cryptdll makefiles: Simplify the use of the IMPORTLIB variable in the DLL makefiles. 2008-03-04 20:55:01 +01:00
cryptnet cryptnet: Remove unused function. 2008-05-20 15:43:54 +02:00
cryptui cryptui: Add stub DLL. 2008-04-11 11:13:41 +02:00
ctapi32 Assorted spelling fixes. 2008-05-06 16:10:20 +02:00
ctl3d32 makefiles: Simplify the use of the IMPORTLIB variable in the DLL makefiles. 2008-03-04 20:55:01 +01:00
d3d8 d3d8: Fix typo in test. 2008-06-20 11:19:34 +02:00
d3d9 d3d9/tests: Fix a few typos. 2008-06-11 12:55:43 +02:00
d3d10 makefiles: List the static libraries as normal imports instead of extra libs. 2008-04-30 14:23:55 +02:00
d3dim makefiles: Simplify the use of the IMPORTLIB variable in the DLL makefiles. 2008-03-04 20:55:01 +01:00
d3drm makefiles: List the static libraries as normal imports instead of extra libs. 2008-04-30 14:23:55 +02:00
d3dx8 d3dx8/tests: Initialize matrix before testing its value. 2008-06-10 17:43:58 +02:00
d3dx9_24 d3dx9_*: Add version resources. 2008-06-23 19:58:04 +02:00
d3dx9_25 d3dx9_*: Add version resources. 2008-06-23 19:58:04 +02:00
d3dx9_26 d3dx9_*: Add version resources. 2008-06-23 19:58:04 +02:00
d3dx9_27 d3dx9_*: Add version resources. 2008-06-23 19:58:04 +02:00
d3dx9_28 d3dx9_*: Add version resources. 2008-06-23 19:58:04 +02:00
d3dx9_29 d3dx9_*: Add version resources. 2008-06-23 19:58:04 +02:00
d3dx9_30 d3dx9_*: Add version resources. 2008-06-23 19:58:04 +02:00
d3dx9_31 d3dx9_*: Add version resources. 2008-06-23 19:58:04 +02:00
d3dx9_32 d3dx9_*: Add version resources. 2008-06-23 19:58:04 +02:00
d3dx9_33 d3dx9_*: Add version resources. 2008-06-23 19:58:04 +02:00
d3dx9_34 d3dx9_*: Add version resources. 2008-06-23 19:58:04 +02:00
d3dx9_35 d3dx9_*: Add version resources. 2008-06-23 19:58:04 +02:00
d3dx9_36 d3dx9_*: Add version resources. 2008-06-23 19:58:04 +02:00
d3dx9_37 d3dx9_*: Add version resources. 2008-06-23 19:58:04 +02:00
d3dxof makefiles: List the static libraries as normal imports instead of extra libs. 2008-04-30 14:23:55 +02:00
dbghelp dbghelp: Use dbgstr_a() in case pointer is NULL. 2008-06-23 12:51:20 +02:00
dciman32 makefiles: Simplify the use of the IMPORTLIB variable in the DLL makefiles. 2008-03-04 20:55:01 +01:00
ddraw ddraw: Implement FPU mode fixup in d3d7 device. 2008-06-23 19:59:33 +02:00
ddrawex makefiles: List the static libraries as normal imports instead of extra libs. 2008-04-30 14:23:55 +02:00
devenum makefiles: List the static libraries as normal imports instead of extra libs. 2008-04-30 14:23:55 +02:00
dinput dinput: Convert keyboard buffer from internal data format to user data format. 2008-05-28 19:31:59 +02:00
dinput8 makefiles: List the static libraries as normal imports instead of extra libs. 2008-04-30 14:23:55 +02:00
dmband makefiles: List the static libraries as normal imports instead of extra libs. 2008-04-30 14:23:55 +02:00
dmcompos makefiles: List the static libraries as normal imports instead of extra libs. 2008-04-30 14:23:55 +02:00
dmime dmime: Update dx version to 9.0c. 2008-05-12 11:43:21 +02:00
dmloader makefiles: List the static libraries as normal imports instead of extra libs. 2008-04-30 14:23:55 +02:00
dmscript makefiles: List the static libraries as normal imports instead of extra libs. 2008-04-30 14:23:55 +02:00
dmstyle Assorted spelling fixes. 2008-05-07 12:07:11 +02:00
dmsynth makefiles: List the static libraries as normal imports instead of extra libs. 2008-04-30 14:23:55 +02:00
dmusic makefiles: List the static libraries as normal imports instead of extra libs. 2008-04-30 14:23:55 +02:00
dmusic32 makefiles: List the static libraries as normal imports instead of extra libs. 2008-04-30 14:23:55 +02:00
dnsapi dnsapi: Remove unused variables. 2008-04-14 12:06:44 +02:00
dplay makefiles: Simplify the use of the IMPORTLIB variable in the DLL makefiles. 2008-03-04 20:55:01 +01:00
dplayx dplayx: Remove unneeded "extern" from function definitions. 2008-05-22 11:29:09 +02:00
dpnaddr
dpnet makefiles: List the static libraries as normal imports instead of extra libs. 2008-04-30 14:23:55 +02:00
dpnhpast dpnhpast: Implement a stub for DirectPlayNATHelpCreate. 2008-04-14 12:43:06 +02:00
dpnlobby
dsound dsound: Don't free buffer if it's owned by alsa. 2008-06-21 11:14:02 +02:00
dssenh dssenh: Add initial stub dll. 2008-02-18 15:26:37 +01:00
dswave makefiles: List the static libraries as normal imports instead of extra libs. 2008-04-30 14:23:55 +02:00
dwmapi makefiles: Simplify the use of the IMPORTLIB variable in the DLL makefiles. 2008-03-04 20:55:01 +01:00
dxdiagn dxdiagn: Use helper functions for adding properties to container. 2008-06-23 12:51:08 +02:00
dxerr8 dxerr8: Don't use Wine debugging macros in static libraries. 2008-04-30 14:24:40 +02:00
dxerr9 dxerr9: Don't use Wine debugging macros in static libraries. 2008-04-30 14:24:49 +02:00
dxguid makefiles: Simplify the use of the MODULE variable in static import libraries. 2008-03-10 19:12:54 +01:00
faultrep Spelling fixes. 2008-04-02 23:18:21 +02:00
fusion fusion: Use HeapAlloc, not strdup, to avoid malloc/HeapFree mismatch. 2008-05-27 19:36:37 +02:00
gdi32 gdi32: Extend the font substitution test, make it pass under Wine. 2008-06-23 12:53:22 +02:00
gdiplus gdiplus: Stub implementation of GdipImageGetFrameDimensionsCount + test. 2008-06-21 11:36:24 +02:00
glu32 opengl32: Dynamically load libGLU. 2008-05-01 14:44:49 +02:00
gphoto2.ds resources: Fix some overly long '...' instances. 2008-06-05 15:53:22 +02:00
gpkcsp gpkcsp: Add initial stub dll. 2008-02-18 15:20:42 +01:00
hal hal: Add a stub for HalGetBusData() to make 3DMark2001SE happy in WinNT mode. 2008-03-06 17:39:22 +01:00
hhctrl.ocx Replace SUBLANG_ENGLISH_US with SUBLANG_DEFAULT. 2008-06-10 19:45:14 +02:00
hid makefiles: Simplify the use of the IMPORTLIB variable in the DLL makefiles. 2008-03-04 20:55:01 +01:00
hlink hlink: Remove unneeded address-of operators from function names. 2008-05-05 19:46:15 +02:00
hnetcfg
iccvid Make Swedish use SUBLANG_NEUTRAL. 2008-05-19 16:09:13 +02:00
icmp Spelling fixes. 2008-04-04 11:51:40 +02:00
ifsmgr.vxd
imaadp32.acm Spelling fixes. 2008-04-04 11:51:40 +02:00
imagehlp makefiles: Simplify the use of the IMPORTLIB variable in the DLL makefiles. 2008-03-04 20:55:01 +01:00
imm32 imm32: Add the all GCS_* value check. 2008-05-12 20:16:09 +02:00
inetcomm inetcomm: Fully initialize start and length. 2008-06-21 11:14:10 +02:00
infosoft makefiles: List the static libraries as normal imports instead of extra libs. 2008-04-30 14:23:55 +02:00
initpki initpki: Add initial stub dll. 2008-02-18 15:21:33 +01:00
inkobj
inseng makefiles: List the static libraries as normal imports instead of extra libs. 2008-04-30 14:23:55 +02:00
iphlpapi iphlpapi/tests: Fix test on Vista. 2008-06-09 12:37:48 +02:00
itircl itircl: Add a stub implementation of itircl.dll. 2008-02-16 15:16:40 +01:00
itss itss: Remove a test that we expect to fail sometimes. 2008-05-02 11:33:31 +02:00
jscript makefiles: List the static libraries as normal imports instead of extra libs. 2008-04-30 14:23:55 +02:00
kernel32 kernel32/tests: Add tests for TLS functions. 2008-06-23 14:04:31 +02:00
localspl Make Swedish use SUBLANG_NEUTRAL. 2008-05-19 16:09:13 +02:00
localui Make Swedish use SUBLANG_NEUTRAL. 2008-05-19 16:09:13 +02:00
lz32 makefiles: Simplify the use of the IMPORTLIB variable in the DLL makefiles. 2008-03-04 20:55:01 +01:00
mapi32 makefiles: List the static libraries as normal imports instead of extra libs. 2008-04-30 14:23:55 +02:00
mciavi32 mciavi32: Remove unused variables. 2008-04-21 12:10:37 +02:00
mcicda mcicda: Remove unused variable. 2008-04-21 12:10:37 +02:00
mciseq mciseq: Remove unused variable. 2008-04-22 11:54:34 +02:00
mciwave Spelling fixes. 2008-04-21 14:25:05 +02:00
midimap
mlang mlang: Fix compile warning introduced by a6cdd538. 2008-06-05 11:24:53 +02:00
mmdevldr.vxd
monodebg.vxd
mountmgr.sys makefiles: List the static libraries as normal imports instead of extra libs. 2008-04-30 14:23:55 +02:00
mpr Make Swedish use SUBLANG_NEUTRAL. 2008-05-19 16:09:13 +02:00
mprapi makefiles: Simplify the use of the IMPORTLIB variable in the DLL makefiles. 2008-03-04 20:55:01 +01:00
msacm32 Fix the resources to remove extraneous spaces in '...'. 2008-06-05 15:53:05 +02:00
msacm32.drv msacm32.drv: Check for message type before comparing handles. 2008-05-22 21:29:48 +02:00
msadp32.acm msadp32.acm: Use the same szShortName value as windows. 2008-04-25 14:42:49 +02:00
mscat32
mscms mscms: Fix compilation without lcms. 2008-03-25 16:16:00 +01:00
mscoree mscoree: Add stub for CorBindToCurrentRuntime. 2008-06-10 11:33:29 +02:00
msdmo makefiles: List the static libraries as normal imports instead of extra libs. 2008-04-30 14:23:55 +02:00
msftedit msftedit: Explicitly load riched20 to make sure the window classes are created. 2008-05-28 20:55:37 +02:00
msg711.acm
mshtml mshtml: Added IHTMLElement::put_onclick implementation. 2008-06-23 19:46:30 +02:00
mshtml.tlb Add makedep magic comments for typelibs in resource files. 2008-04-24 22:14:21 +02:00
msi msi: Rewrite the PublishProduct test to only check the registry changes. 2008-06-19 12:34:36 +02:00
msimg32 makefiles: Simplify the use of the IMPORTLIB variable in the DLL makefiles. 2008-03-04 20:55:01 +01:00
msimtf makefiles: List the static libraries as normal imports instead of extra libs. 2008-04-30 14:23:55 +02:00
msisys.ocx makefiles: List the static libraries as normal imports instead of extra libs. 2008-04-30 14:23:55 +02:00
msnet32
msrle32 Make Swedish use SUBLANG_NEUTRAL. 2008-05-19 16:09:13 +02:00
mssip32 mssip32: Add initial stub dll. 2008-02-18 15:22:42 +01:00
msvcirt
msvcr71 msvcrt: Added __iob_func implementation. 2008-04-30 13:45:23 +02:00
msvcrt msvcrt: Make EXCEPTION_PRIV_INSTRUCTION generate SIGILL. 2008-06-19 11:44:34 +02:00
msvcrt20 makefiles: Simplify the use of the IMPORTLIB variable in the DLL makefiles. 2008-03-04 20:55:01 +01:00
msvcrt40 makefiles: Simplify the use of the IMPORTLIB variable in the DLL makefiles. 2008-03-04 20:55:01 +01:00
msvcrtd tests: Use the Wine import libraries when compiling with MinGW. 2008-05-26 19:26:20 +02:00
msvfw32 Fix the resources to remove extraneous spaces in '...'. 2008-06-05 15:53:05 +02:00
msvidc32 Make Swedish use SUBLANG_NEUTRAL. 2008-05-19 16:09:13 +02:00
mswsock Spelling fixes. 2008-04-09 12:07:39 +02:00
msxml3 msxml3/tests: VT_EMPTY is not a string. 2008-06-23 12:46:29 +02:00
nddeapi makefiles: Simplify the use of the IMPORTLIB variable in the DLL makefiles. 2008-03-04 20:55:01 +01:00
netapi32 netapi32: Free the correct pointers. 2008-06-20 11:19:25 +02:00
newdev makefiles: Simplify the use of the IMPORTLIB variable in the DLL makefiles. 2008-03-04 20:55:01 +01:00
ntdll ntdll: Implement [Rtl]InitializeCriticalSectionEx. 2008-06-23 14:04:24 +02:00
ntdsapi ntdsapi: Fix building the tests with MSVC headers. 2008-03-24 21:05:21 +01:00
ntoskrnl.exe ntoskrnl.exe: Change calling conventions for Interlocked* functions. 2008-04-28 12:20:42 +02:00
ntprint
objsel makefiles: List the static libraries as normal imports instead of extra libs. 2008-04-30 14:23:55 +02:00
odbc32 makefiles: Simplify the use of the IMPORTLIB variable in the DLL makefiles. 2008-03-04 20:55:01 +01:00
odbccp32 makefiles: List the static libraries as normal imports instead of extra libs. 2008-04-30 14:23:55 +02:00
ole32 ole32: Include compobj_private.h in oleobj.c to type-check the function signatures of DataAdviseHolder_OnConnect and DataAdviseHolder_OnDisconnect. 2008-06-23 12:48:45 +02:00
oleacc oleacc: Add GetOleaccVersionInfo. 2008-03-12 12:20:55 +01:00
oleaut32 oleaut32/tests: Fix invalid free (found by valgrind). 2008-06-20 12:23:06 +02:00
olecli32 makefiles: Simplify the use of the IMPORTLIB variable in the DLL makefiles. 2008-03-04 20:55:01 +01:00
oledlg Remove spaces before '...' in the Danish resources. 2008-06-16 15:52:21 +02:00
olepro32 makefiles: Simplify the use of the IMPORTLIB variable in the DLL makefiles. 2008-03-04 20:55:01 +01:00
olesvr32 makefiles: Simplify the use of the IMPORTLIB variable in the DLL makefiles. 2008-03-04 20:55:01 +01:00
olethk32
opengl32 winex11: Check for matching pixel format in wglMakeCurrent. 2008-06-18 20:10:47 +02:00
pdh pdh: Fix two tests that fail on win2k3. 2008-04-24 11:51:17 +02:00
powrprof powrprof: Implement IsPwrHibernateAllowed. 2008-04-17 11:51:03 +02:00
printui
propsys propsys: Add an initial implementation of PropVariantChangeType. 2008-02-27 14:52:26 +01:00
psapi makefiles: Simplify the use of the IMPORTLIB variable in the DLL makefiles. 2008-03-04 20:55:01 +01:00
pstorec makefiles: List the static libraries as normal imports instead of extra libs. 2008-04-30 14:23:55 +02:00
qcap qcap: Capture pin should have an IAMStreamConfig. 2008-06-19 11:44:11 +02:00
qedit makefiles: List the static libraries as normal imports instead of extra libs. 2008-04-30 14:23:55 +02:00
qmgr qmgr: Constify some variables. 2008-06-20 12:22:41 +02:00
qmgrprxy qmgr: Add a stub implementation of IBackgroundCopyJob2. 2008-03-20 14:27:34 +01:00
quartz quartz: Implement IBasicVideo2 for the filtergraph. 2008-06-21 11:16:54 +02:00
query makefiles: List the static libraries as normal imports instead of extra libs. 2008-04-30 14:23:55 +02:00
rasapi32 makefiles: Simplify the use of the IMPORTLIB variable in the DLL makefiles. 2008-03-04 20:55:01 +01:00
resutils makefiles: Simplify the use of the IMPORTLIB variable in the DLL makefiles. 2008-03-04 20:55:01 +01:00
riched20 riched20/tests: Add a test for creating ITextDocument. 2008-06-23 12:39:46 +02:00
riched32 richedit: Avoid strlen in traces. 2008-05-02 13:59:06 +02:00
rpcrt4 rpcrt4: Fix NdrConformantVaryingStructUnmarshall to use buffer memory if applicable and to reuse memory for embedded pointers. 2008-06-23 19:46:29 +02:00
rsabase rsabase: Remove rsabase tests as they are covered in rsaenh. 2008-04-04 11:03:30 +02:00
rsaenh rsaenh: Fix a couple failing tests on 2k. 2008-06-09 12:37:24 +02:00
sane.ds sane.ds: Remove spaces before '...'. 2008-06-12 12:03:46 +02:00
sccbase sccbase: Add initial stub dll. 2008-02-18 15:24:03 +01:00
schannel schannel: Fix a test that fails in win2k3. 2008-04-28 13:27:51 +02:00
secur32 secur32: Fix crash under win98. 2008-06-23 19:58:10 +02:00
security
sensapi makefiles: Simplify the use of the IMPORTLIB variable in the DLL makefiles. 2008-03-04 20:55:01 +01:00
serialui Make Swedish use SUBLANG_NEUTRAL. 2008-05-19 16:09:13 +02:00
setupapi setupapi/tests: Fix a test on NT4. 2008-06-23 19:46:29 +02:00
sfc makefiles: Simplify the use of the IMPORTLIB variable in the DLL makefiles. 2008-03-04 20:55:01 +01:00
sfc_os makefiles: Simplify the use of the IMPORTLIB variable in the DLL makefiles. 2008-03-04 20:55:01 +01:00
shdoclc shdoclc: Remove spaces before '...'. 2008-06-12 12:03:44 +02:00
shdocvw shdocvw: Added WebBrowser's IDispatch methods implementation. 2008-06-21 11:17:00 +02:00
shell32 shell32: Stop crash when an error occurs. 2008-06-23 19:58:16 +02:00
shfolder makefiles: Simplify the use of the IMPORTLIB variable in the DLL makefiles. 2008-03-04 20:55:01 +01:00
shlwapi shlwapi: UrlCanonicalize will canonize address in format "file://localhost/c:/" correctly. 2008-06-21 11:36:29 +02:00
slbcsp slbcsp: Add initial stub dll. 2008-02-18 15:24:57 +01:00
slc makefiles: Simplify the use of the IMPORTLIB variable in the DLL makefiles. 2008-03-04 20:55:01 +01:00
snmpapi snmpapi: Correct snmpapi tests under win98. 2008-06-04 12:31:45 +02:00
softpub softpub: Forward softpub functions to wintrust. 2008-04-11 11:12:44 +02:00
spoolss Spelling fixes. 2008-04-21 14:25:05 +02:00
stdole2.tlb Add makedep magic comments for typelibs in resource files. 2008-04-24 22:14:21 +02:00
stdole32.tlb Add makedep magic comments for typelibs in resource files. 2008-04-24 22:14:21 +02:00
sti makefiles: Simplify the use of the IMPORTLIB variable in the DLL makefiles. 2008-03-04 20:55:01 +01:00
strmiids include: Add definitions for VMR-9 interface. 2008-06-21 11:49:44 +02:00
svrapi janitorial: Remove links to any microsoft site. 2008-03-01 12:04:09 +01:00
sxs
tapi32 makefiles: Simplify the use of the IMPORTLIB variable in the DLL makefiles. 2008-03-04 20:55:01 +01:00
twain_32 Assorted spelling fixes. 2008-05-07 12:07:11 +02:00
unicows makefiles: Simplify the use of the IMPORTLIB variable in the DLL makefiles. 2008-03-04 20:55:01 +01:00
url makefiles: Simplify the use of the IMPORTLIB variable in the DLL makefiles. 2008-03-04 20:55:01 +01:00
urlmon urlmon: Check pointer before use. 2008-06-20 12:39:38 +02:00
user32 user32: Fix buffer length thinko in dde_client.c. 2008-06-23 14:09:17 +02:00
userenv userenv/tests: Fix buffer overrun. 2008-06-04 12:50:36 +02:00
usp10 usp10: Fix several failing test in win2k3. 2008-05-27 19:37:52 +02:00
uuid include: Added activedbg.idl. 2008-04-01 13:44:14 +02:00
uxtheme uxtheme: Remove unused variable. 2008-04-30 10:25:42 +02:00
vdhcp.vxd
vdmdbg makefiles: Simplify the use of the IMPORTLIB variable in the DLL makefiles. 2008-03-04 20:55:01 +01:00
version version: Fix tests that fail in win9x and win2k. 2008-04-23 14:29:41 +02:00
vmm.vxd
vnbt.vxd
vnetbios.vxd
vtdapi.vxd
vwin32.vxd
w32skrnl
winealsa.drv Revert "winealsa: Remove calls to deprecated functions." 2008-05-12 19:40:47 +02:00
wineaudioio.drv makefiles: List the static libraries as normal imports instead of extra libs. 2008-04-30 14:23:55 +02:00
winecoreaudio.drv makefiles: List the static libraries as normal imports instead of extra libs. 2008-04-30 14:23:55 +02:00
winecrt0 makefiles: Simplify the use of the MODULE variable in static import libraries. 2008-03-10 19:12:54 +01:00
wined3d wined3d: Half float formats need ARB_TEXTURE_FLOAT as well. 2008-06-23 12:55:08 +02:00
winedos winedos: Don't disable long filename functions on NT versions. 2008-05-12 11:44:19 +02:00
wineesd.drv makefiles: List the static libraries as normal imports instead of extra libs. 2008-04-30 14:23:55 +02:00
winejack.drv makefiles: List the static libraries as normal imports instead of extra libs. 2008-04-30 14:23:55 +02:00
winejoystick.drv winejoystick.drv: Remove unneeded casts. 2008-02-11 19:55:34 +01:00
winemp3.acm winemp3: Try to find a valid header instead of failing immediately. 2008-06-19 11:44:04 +02:00
winenas.drv makefiles: List the static libraries as normal imports instead of extra libs. 2008-04-30 14:23:55 +02:00
wineoss.drv wineoss.drv: Memory allocation sizes fix. 2008-05-12 11:42:31 +02:00
wineps.drv wineps.drv: Use const-correct GetPrinterDataEx() instead of GetPrinterData(). 2008-06-21 11:54:09 +02:00
winequartz.drv
winex11.drv winex11: Remove two unused parameters from BITBLT_GetSrcArea(). 2008-06-23 12:47:39 +02:00
wing32
winhttp winhttp: Add a stub implementation of WinHttpDetectAutoProxyConfigUrl. 2008-03-06 12:45:00 +01:00
wininet wininet: Fix memory leak in HTTP_DeleteCustomHeader. 2008-06-21 11:12:50 +02:00
winmm winmm/tests: Initialize MIXERLINECONTROLSA before calling mixerGetLineControlsA. 2008-06-23 12:46:04 +02:00
winnls32 makefiles: Simplify the use of the IMPORTLIB variable in the DLL makefiles. 2008-03-04 20:55:01 +01:00
winscard makefiles: Simplify the use of the IMPORTLIB variable in the DLL makefiles. 2008-03-04 20:55:01 +01:00
winspool.drv winspool.drv: Make sure the printer driver registry entry exists. 2008-06-23 19:46:29 +02:00
wintab32 winex11.drv: Move hardware tablet proximity into x11 layer. 2008-05-08 11:13:23 +02:00
wintrust wintrust/tests: Fix test on win9x. 2008-06-05 12:31:00 +02:00
wldap32 Make Swedish use SUBLANG_NEUTRAL. 2008-05-19 16:09:13 +02:00
wmi
wnaspi32 wnaspi32: Remove unused variables. 2008-05-05 12:53:13 +02:00
wow32 makefiles: Simplify the use of the IMPORTLIB variable in the DLL makefiles. 2008-03-04 20:55:01 +01:00
ws2_32 ws2_32/tests: Initialize buffer to avoid valgrind warning. 2008-06-23 14:09:57 +02:00
wsock32 wsock32: Assign to struct instead of using memcpy. 2008-03-24 20:41:53 +01:00
wtsapi32 makefiles: Simplify the use of the IMPORTLIB variable in the DLL makefiles. 2008-03-04 20:55:01 +01:00
Makedll.rules.in makefiles: Support non-standard import lib names in the global dll rules. 2008-03-06 11:54:03 +01:00
Makefile.in kernel32: Add a builtin 16-bit winhelp.exe. 2008-05-13 18:50:50 +02:00
Makeimplib.rules.in makefiles: Simplify the use of the MODULE variable in static import libraries. 2008-03-10 19:12:54 +01:00
Maketest.rules.in tests: Use the Wine import libraries when compiling with MinGW. 2008-05-26 19:26:20 +02:00