Sweden-Number/dlls
Eric Pouech 4d24e0f5a6 Replaced calls to KERNEL.Yield16 by calls to KERNEL32.K32WOWYield from
outside libkernel.so.
2000-12-22 23:25:47 +00:00
..
advapi32 Converted enum_key_value request to the new request mechanism. 2000-12-15 20:57:00 +00:00
avifil32 Created a small static library in ole/libuuid.a that contains all the 2000-12-06 01:50:47 +00:00
comctl32 Do not send a WM_NOTIFYFORMAT to a non-existent owner. 2000-12-19 03:37:02 +00:00
commdlg winuser.h now requires that we include winbase.h first. 2000-12-19 04:53:20 +00:00
crtdll Do not free the not owned error string. 2000-12-21 20:18:40 +00:00
dciman32 Remove libXXXX.so.1.0 lines from .cvsignore files. 2000-11-30 19:57:34 +00:00
ddraw IDirectDrawSurface::Blt::SRCCOPY is the default ROP operation, do not 2000-12-22 01:39:22 +00:00
dinput Implemented DIGDD_PEEK for SysMouseA::GetDeviceData. 2000-12-19 02:10:26 +00:00
dplay Remove libXXXX.so.1.0 lines from .cvsignore files. 2000-11-30 19:57:34 +00:00
dplayx Removed the declspec specifier. 2000-12-15 20:53:05 +00:00
dsound More intelligent DirectSound prebuffering. By tracking the 2000-12-22 20:31:06 +00:00
gdi Removed some unnecessary includes. 2000-12-13 20:23:41 +00:00
icmp Fixed some issues found by winapi_check. 2000-12-01 23:53:46 +00:00
imagehlp Remove libXXXX.so.1.0 lines from .cvsignore files. 2000-11-30 19:57:34 +00:00
imm32 Implemented keyboard layout and context - far from complete. 2000-12-18 03:51:16 +00:00
kernel Added some 16 bit entry points needed by multimedia DLLs. 2000-12-22 01:30:36 +00:00
lzexpand Use libwine and libwine_unicode directly from their build directory 2000-12-06 00:05:14 +00:00
mpr Remove libXXXX.so.1.0 lines from .cvsignore files. 2000-11-30 19:57:34 +00:00
msacm Added/modified documentation for function arguments. 2000-12-01 23:58:28 +00:00
msnet32 Remove libXXXX.so.1.0 lines from .cvsignore files. 2000-11-30 19:57:34 +00:00
msvideo winuser.h now requires that we include winbase.h first. 2000-12-19 04:53:20 +00:00
ntdll Add %fs info to the critical section timeout message. 2000-12-22 20:28:46 +00:00
odbc32 Work around glibc 2.1.x dlopen bug (again). 2000-12-13 21:32:55 +00:00
ole32 winuser.h now requires that we include winbase.h first. 2000-12-19 04:53:20 +00:00
oleaut32 - TLB_DoFuncs: code cleanup and elemdescFunc read correctly from TLB. 2000-12-21 20:20:12 +00:00
olecli Replaced PTR_SEG_TO_LIN macro by exported MapSL function. 2000-12-13 20:20:09 +00:00
oledlg Remove libXXXX.so.1.0 lines from .cvsignore files. 2000-11-30 19:57:34 +00:00
olepro32 Remove libXXXX.so.1.0 lines from .cvsignore files. 2000-11-30 19:57:34 +00:00
olesvr Remove libXXXX.so.1.0 lines from .cvsignore files. 2000-11-30 19:57:34 +00:00
opengl32 Remove libXXXX.so.1.0 lines from .cvsignore files. 2000-11-30 19:57:34 +00:00
psapi Remove libXXXX.so.1.0 lines from .cvsignore files. 2000-11-30 19:57:34 +00:00
rasapi32 Remove libXXXX.so.1.0 lines from .cvsignore files. 2000-11-30 19:57:34 +00:00
richedit winuser.h now requires that we include winbase.h first. 2000-12-19 04:53:20 +00:00
rpcrt4 Compile fix for gcc 2.7.2.3. 2000-12-05 20:45:14 +00:00
serialui Fixed some warnings. 2000-12-13 20:03:53 +00:00
setupapi Fixed some issues found by winapi_check. 2000-12-16 21:55:05 +00:00
shell32 Fixed some issues found by winapi_check. 2000-12-16 21:55:05 +00:00
shfolder Remove libXXXX.so.1.0 lines from .cvsignore files. 2000-11-30 19:57:34 +00:00
shlwapi shlwapi forwarders for SetWindowLongW and CallWindowProcW. 2000-12-19 19:37:43 +00:00
tapi32 Remove libXXXX.so.1.0 lines from .cvsignore files. 2000-11-30 19:57:34 +00:00
ttydrv Moved most builtin controls structures into their respective C file. 2000-12-10 23:01:33 +00:00
urlmon Remove libXXXX.so.1.0 lines from .cvsignore files. 2000-11-30 19:57:34 +00:00
user Added some 16 bit entry points needed by multimedia DLLs. 2000-12-22 01:30:36 +00:00
version DUMMYSTRUCTNAME2 creates a conflict when using anonymous union names. 2000-12-19 23:31:52 +00:00
win32s Replaced PTR_SEG_TO_LIN macro by exported MapSL function. 2000-12-13 20:20:09 +00:00
winaspi Removed some unnecessary includes. 2000-12-13 20:23:41 +00:00
wineps Replaced PTR_SEG_TO_LIN macro by exported MapSL function. 2000-12-13 20:20:09 +00:00
wininet InternetCloseHandle didn't return TRUE in all appropriate cases. 2000-12-02 20:09:54 +00:00
winmm Replaced calls to KERNEL.Yield16 by calls to KERNEL32.K32WOWYield from 2000-12-22 23:25:47 +00:00
winnls Added a spec file for 16bit imm. 2000-12-14 21:56:18 +00:00
winsock Replaced PTR_SEG_TO_LIN macro by exported MapSL function. 2000-12-13 20:20:09 +00:00
winspool Fixed some warnings. 2000-12-13 20:03:53 +00:00
wow32 Remove libXXXX.so.1.0 lines from .cvsignore files. 2000-11-30 19:57:34 +00:00
wsock32 Use ioctlsocket() instead of ioctl() so that we can import ws2_32.dll 2000-12-02 23:46:10 +00:00
x11drv Build tsx11 layer as a separate shared library. 2000-12-06 00:04:10 +00:00
.cvsignore Moved dll-specific make rules to a separate Makedll.rules file. 2000-03-04 22:31:27 +00:00
Makedll.rules.in Use dllwrap for building shared libraries in cygwin. 2000-12-22 22:28:00 +00:00
Makefile.in Implemented some DDK APIs - far from complete. 2000-12-15 23:00:00 +00:00