Sweden-Number/dlls
Robert Shearman 2c3de6db24 - Make the wine_marshal_id structure more like the DCOM OBJREF
structure, by replacing the process id field by apartment id (OXID),
  changing the users of the process id field to use the new field and
  renaming the objectid field to oid.
- Fix StdMarshalImpl_UnmarshalInterface to invalidate and release its
  stub when doing a same apartment marshal.
2004-12-08 17:49:30 +00:00
..
advapi32 Stub implementations for Lsa(Store/Retrieve)PrivateData. 2004-12-08 14:02:26 +00:00
advpack Implement SetupDiBuildClassInfoList(ExW), 2004-12-02 18:09:53 +00:00
amstream Version resources cleanup. 2004-11-23 13:59:34 +00:00
atl Don't define COBJMACROS in objbase.h. 2004-10-07 03:06:48 +00:00
avicap32 .spec.c files are no longer used for 32-bit dlls. 2004-03-24 03:36:44 +00:00
avifil32 Fixed a few memory leaks. 2004-11-30 17:33:27 +00:00
cabinet Don't try to free pointer from union that isn't used. 2004-12-06 16:09:37 +00:00
capi2032 Newer dependent linux headers have __user notations, which we need to 2004-08-17 22:08:43 +00:00
cards Version resources cleanup. 2004-11-23 13:59:34 +00:00
cfgmgr32 Updated to include functions from windows 98SE. 2004-05-03 20:05:11 +00:00
comcat Ensure DllCanUnloadNow is a truly void function, and give it a unique 2004-11-30 17:40:51 +00:00
comctl32 - Don't use DrawEdge with NULL device context, it's invalid call and 2004-12-07 14:27:43 +00:00
commdlg Made some functions and variables static. 2004-11-29 18:00:10 +00:00
crtdll .spec.c files are no longer used for 32-bit dlls. 2004-03-24 03:36:44 +00:00
crypt32 Const correctness fixes. 2004-11-30 21:38:57 +00:00
ctl3d Avoid some non-portable makefile constructs, and get rid of the 2004-08-11 23:59:06 +00:00
d3d8 S/W vshader fixes (spotted by Eric Pouech). 2004-12-06 16:11:38 +00:00
d3d9 Add BaseTexture class support, call from d3d9. 2004-12-07 14:29:12 +00:00
d3dim Version resources cleanup. 2004-11-23 13:59:34 +00:00
d3drm Version resources cleanup. 2004-11-23 13:59:34 +00:00
d3dx8 Removed some more uses of the non-standard ICOM_THIS macro. 2004-09-08 01:50:37 +00:00
d3dxof Ensure DllCanUnloadNow is a truly void function, and give it a unique 2004-11-30 17:40:51 +00:00
dbghelp Remove c++-style comment. 2004-12-06 11:41:32 +00:00
dciman32 .spec.c files are no longer used for 32-bit dlls. 2004-03-24 03:36:44 +00:00
ddraw Avoid crashes in ddraw.dll when loading it without x11drv, for 2004-12-06 16:21:27 +00:00
devenum Clean up devenum and properly implement DllCanUnloadNow ref counting. 2004-12-07 14:37:11 +00:00
dinput Fixed enumeration of joysticks in DX8. 2004-12-07 14:19:29 +00:00
dinput8 Version resources cleanup. 2004-11-23 13:59:34 +00:00
dmband Version resources cleanup. 2004-11-23 13:59:34 +00:00
dmcompos Version resources cleanup. 2004-11-23 13:59:34 +00:00
dmime Version resources cleanup. 2004-11-23 13:59:34 +00:00
dmloader Version resources cleanup. 2004-11-23 13:59:34 +00:00
dmscript Version resources cleanup. 2004-11-23 13:59:34 +00:00
dmstyle Version resources cleanup. 2004-11-23 13:59:34 +00:00
dmsynth Version resources cleanup. 2004-11-23 13:59:34 +00:00
dmusic Version resources cleanup. 2004-11-23 13:59:34 +00:00
dmusic32 Version resources cleanup. 2004-11-23 13:59:34 +00:00
dplay Version resources cleanup. 2004-11-23 13:59:34 +00:00
dplayx Const correctness fixes. 2004-11-30 21:38:57 +00:00
dpnet Const correctness fixes. 2004-11-30 21:38:57 +00:00
dpnhpast Version resources cleanup. 2004-11-23 13:59:34 +00:00
dsound Fixed no memory condition test in IDirectSoundImpl_Create. 2004-12-07 14:23:46 +00:00
dswave Version resources cleanup. 2004-11-23 13:59:34 +00:00
dxdiagn Version resources cleanup. 2004-11-23 13:59:34 +00:00
dxerr8 Use a new DLLDEFS variable in configure/Makefiles to actually remove 2004-10-19 23:06:11 +00:00
dxerr9 Use a new DLLDEFS variable in configure/Makefiles to actually remove 2004-10-19 23:06:11 +00:00
dxguid Use a new DLLDEFS variable in configure/Makefiles to actually remove 2004-10-19 23:06:11 +00:00
gdi Const correctness fixes. 2004-11-30 21:38:57 +00:00
glu32 .spec.c files are no longer used for 32-bit dlls. 2004-03-24 03:36:44 +00:00
glut32 .spec.c files are no longer used for 32-bit dlls. 2004-03-24 03:36:44 +00:00
hhctrl.ocx Version resources cleanup. 2004-11-23 13:59:34 +00:00
iccvid Signed compare fixes. 2004-08-25 17:30:31 +00:00
icmp Avoid using gettimeofday. 2004-09-29 21:33:05 +00:00
ifsmgr.vxd .spec.c files are no longer used for 32-bit dlls. 2004-03-24 03:36:44 +00:00
imagehlp Fixed some forwards. 2004-11-19 17:53:47 +00:00
imm32 Register the IME class when imm32.dll is loaded. 2004-12-06 20:39:07 +00:00
iphlpapi Fix signed/unsigned comparison warnings. 2004-09-08 01:23:57 +00:00
itss Use interlocked functions for thread safety. 2004-11-19 18:03:56 +00:00
kernel Use W calls rather than A in CreatePipe. 2004-12-07 14:23:03 +00:00
lzexpand Added some tests for lzexpand. 2004-11-21 16:05:14 +00:00
mapi32 Implement DllMain, DllCanUnloadNow, WrapProgress, 2004-11-30 17:38:52 +00:00
mlang Don't define COBJMACROS in objbase.h. 2004-10-07 03:06:48 +00:00
mmdevldr.vxd .spec.c files are no longer used for 32-bit dlls. 2004-03-24 03:36:44 +00:00
monodebg.vxd .spec.c files are no longer used for 32-bit dlls. 2004-03-24 03:36:44 +00:00
mpr Ensure DllCanUnloadNow is a truly void function, and give it a unique 2004-11-30 17:40:51 +00:00
msacm Added Polish translation. 2004-09-22 19:18:15 +00:00
mscms Move ICC profile handling into its own file. 2004-12-07 14:42:47 +00:00
msdmo Const correctness fixes. 2004-11-30 21:38:57 +00:00
mshtml Added 'strmiids.lib'. 2004-08-19 19:31:20 +00:00
msi Set the out buffer count to zero on read error. 2004-12-06 16:18:22 +00:00
msimg32 Partial stub of GdiAlphaBlend/AlphaBlend. 2004-04-14 19:35:24 +00:00
msisys .spec.c files are no longer used for 32-bit dlls. 2004-03-24 03:36:44 +00:00
msnet32 .spec.c files are no longer used for 32-bit dlls. 2004-03-24 03:36:44 +00:00
msrle32 Added Czech resources. 2004-08-16 20:02:09 +00:00
msvcrt Flush file in fputc when character is '\n'. 2004-12-07 17:05:08 +00:00
msvcrt20 Removed some functions that don't exist in msvcrt20 (reported by Jan 2004-07-22 23:45:58 +00:00
msvcrt40 Fixed the prototypes of the _adj_fdiv_* functions. 2004-05-12 23:22:36 +00:00
msvcrtd Added stub for _CrtCheckMemory. 2004-06-14 17:57:06 +00:00
msvidc32 .spec.c files are no longer used for 32-bit dlls. 2004-03-24 03:36:44 +00:00
msvideo Make DrawDibDraw honour the DDF_BACKGROUNDPAL flag. 2004-10-18 21:20:09 +00:00
mswsock Version resources cleanup. 2004-11-23 13:59:34 +00:00
netapi32 Convert some registry calls from A to W. 2004-12-08 13:49:36 +00:00
newdev .spec.c files are no longer used for 32-bit dlls. 2004-03-24 03:36:44 +00:00
ntdll Avoid a warning on FreeBSD. 2004-12-08 14:09:37 +00:00
odbc32 During startup of the connection to an external ODBC provider 2004-10-18 22:47:14 +00:00
ole32 - Make the wine_marshal_id structure more like the DCOM OBJREF 2004-12-08 17:49:30 +00:00
oleacc Added DllRegisterServer/DllUnregisterServer calls. 2004-08-27 19:12:27 +00:00
oleaut32 Fix return value of GetVarIndexOfMemId. 2004-12-08 17:48:16 +00:00
olecli Move the PROPVARIANT declaration from objidl.idl to propidl.idl. 2004-09-09 19:23:19 +00:00
oledlg Const correctness fixes. 2004-11-30 21:38:57 +00:00
olepro32 Ensure DllCanUnloadNow is a truly void function, and give it a unique 2004-11-30 17:40:51 +00:00
olesvr Avoid some non-portable makefile constructs, and get rid of the 2004-08-11 23:59:06 +00:00
opengl32 Const correctness fixes. 2004-11-30 21:38:57 +00:00
psapi Fixed GetModuleBaseNameA tests for WinXP. 2004-10-22 22:04:56 +00:00
qcap Version resources cleanup. 2004-11-23 13:59:34 +00:00
quartz Better handling of errors in RenderFile. 2004-12-06 11:47:13 +00:00
rasapi32 Avoid some non-portable makefile constructs, and get rid of the 2004-08-11 23:59:06 +00:00
richedit Remove unnecessary WNDPROC casts. 2004-12-06 11:51:29 +00:00
rpcrt4 Const correctness fixes. 2004-11-30 21:38:57 +00:00
rsabase Make advapi32/crypt.c test pass under win2k SP4, do stricter error 2004-10-05 02:09:36 +00:00
rsaenh Added a missing break in encrypt_block_impl. 2004-12-06 11:37:43 +00:00
secur32 Add stub implementation for GetComputerObjectName. 2004-07-12 19:52:47 +00:00
serialui SERIALUI: convert to Unicode. 2004-10-26 00:16:39 +00:00
setupapi Stub implementation for SetupDiOpenDeviceInterface. 2004-12-06 16:19:15 +00:00
shdocvw Added stub for SetQueryNetSessionCount. 2004-11-19 17:55:28 +00:00
shell32 Remove unnecessary WNDPROC casts. 2004-12-06 11:51:29 +00:00
shfolder .spec.c files are no longer used for 32-bit dlls. 2004-03-24 03:36:44 +00:00
shlwapi Fixed tests of GetAcceptLanguagesA for win9x/ME. 2004-12-08 13:52:02 +00:00
snmpapi .spec.c files are no longer used for 32-bit dlls. 2004-03-24 03:36:44 +00:00
sti .spec.c files are no longer used for 32-bit dlls. 2004-03-24 03:36:44 +00:00
strmiids Use a new DLLDEFS variable in configure/Makefiles to actually remove 2004-10-19 23:06:11 +00:00
tapi32 Provide an 'A' version of appropriate functions. 2004-10-14 00:28:29 +00:00
ttydrv Moved update region handling to the server. 2004-12-07 17:31:53 +00:00
twain Assorted spelling fixes. 2004-09-14 19:31:22 +00:00
unicows .spec.c files are no longer used for 32-bit dlls. 2004-03-24 03:36:44 +00:00
url .spec.c files are no longer used for 32-bit dlls. 2004-03-24 03:36:44 +00:00
urlmon - Implemented CreateAsyncBindCtx. 2004-12-08 13:46:01 +00:00
user Moved some more 16-bit USER functions to the corresponding 16-bit 2004-12-08 14:15:24 +00:00
uuid Use a new DLLDEFS variable in configure/Makefiles to actually remove 2004-10-19 23:06:11 +00:00
uxtheme Fix clipping for DrawThemeParentBackground. 2004-11-21 15:33:36 +00:00
vdhcp.vxd .spec.c files are no longer used for 32-bit dlls. 2004-03-24 03:36:44 +00:00
vdmdbg Stubs to prevent taskmgr.exe from crashing or aborting during 2004-04-07 19:41:21 +00:00
version Const correctness fixes. 2004-11-30 21:38:57 +00:00
vmm.vxd .spec.c files are no longer used for 32-bit dlls. 2004-03-24 03:36:44 +00:00
vnbt.vxd .spec.c files are no longer used for 32-bit dlls. 2004-03-24 03:36:44 +00:00
vnetbios.vxd .spec.c files are no longer used for 32-bit dlls. 2004-03-24 03:36:44 +00:00
vtdapi.vxd .spec.c files are no longer used for 32-bit dlls. 2004-03-24 03:36:44 +00:00
vwin32.vxd .spec.c files are no longer used for 32-bit dlls. 2004-03-24 03:36:44 +00:00
win32s Avoid some non-portable makefile constructs, and get rid of the 2004-08-11 23:59:06 +00:00
winaspi Assorted spelling fixes. 2004-09-14 19:31:22 +00:00
wined3d Add BaseTexture class support, call from d3d9. 2004-12-07 14:29:12 +00:00
winedos Const correctness fixes. 2004-11-30 21:38:57 +00:00
wineps Const correctness fixes. 2004-11-30 21:38:57 +00:00
wininet Make sure to insert the proxy authentication header if necessary. 2004-12-06 11:40:57 +00:00
winmm Match PSDK definitions for LPCWAVEFORMATEX. 2004-12-08 13:57:55 +00:00
winnls Avoid some non-portable makefile constructs, and get rid of the 2004-08-11 23:59:06 +00:00
winsock Fixed a leak in getsockname. 2004-12-06 16:52:36 +00:00
winspool Const correctness fixes. 2004-11-30 21:38:57 +00:00
wintab32 Set the values WTInfoA returns from screen size for CTX_SYSEXTX and 2004-12-06 16:07:33 +00:00
wintrust Fix some issues reported by winapi_check: 2004-10-21 21:00:29 +00:00
wow32 .spec.c files are no longer used for 32-bit dlls. 2004-03-24 03:36:44 +00:00
wsock32 Version resources cleanup. 2004-11-23 13:59:34 +00:00
x11drv Moved update region handling to the server. 2004-12-07 17:31:53 +00:00
.cvsignore
Makedll.rules.in Use a new DLLDEFS variable in configure/Makefiles to actually remove 2004-10-19 23:06:11 +00:00
Makefile.in Implemented a substantial part of rsaenh.dll. 2004-11-04 21:15:32 +00:00
Maketest.rules.in Use a new DLLDEFS variable in configure/Makefiles to actually remove 2004-10-19 23:06:11 +00:00
checklink.c Moved libwine to libs/ directory. 2003-03-22 20:40:48 +00:00
make_dlls Removed debug trace. 2004-08-24 02:29:48 +00:00