Sweden-Number/dlls
Eric Pouech 66b4468bd4 Split driver functions into USER (16 bit part) and WINMM (32 bit part).
Fixed some bugs in 16 bit part as well.
Now correctly parsing the system.ini extra parameters.
2000-12-13 02:07:40 +00:00
..
advapi32 Finished separation of advapi32. 2000-11-30 20:31:41 +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 Fixed crash of WinZip 8.0 due to invalid image list handle. 2000-12-13 01:52:23 +00:00
commdlg Changed FILEDLG95_OnOpen to "double terminate" the returned string if 2000-12-13 01:46:26 +00:00
crtdll Fixed crtdll compile problem regarding fpos_t in glibc2.2. 2000-12-13 01:59:40 +00:00
dciman32 Remove libXXXX.so.1.0 lines from .cvsignore files. 2000-11-30 19:57:34 +00:00
ddraw Created a small static library in ole/libuuid.a that contains all the 2000-12-06 01:50:47 +00:00
dinput Added preferences to dinput drivers (so we can have two joystick 2000-12-12 00:38:58 +00:00
dplay Remove libXXXX.so.1.0 lines from .cvsignore files. 2000-11-30 19:57:34 +00:00
dplayx Created a small static library in ole/libuuid.a that contains all the 2000-12-06 01:50:47 +00:00
dsound Created a small static library in ole/libuuid.a that contains all the 2000-12-06 01:50:47 +00:00
gdi Finished separation of advapi32. 2000-11-30 20:31: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 Added some stubs. 2000-12-05 03:47:18 +00:00
kernel FormatMessageA wasn't properly handling the %ls modifier. 2000-12-13 01:50:19 +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 Return values from DRV_ENABLE should not be checked. 2000-12-13 01:51:04 +00:00
ntdll Implemented RtlAcquirePebLock and RtlReleasePebLock. 2000-12-11 03:41:19 +00:00
odbc32 Always pass lower-case filenames to wine_dll_load(). 2000-12-05 21:17:59 +00:00
ole32 Created a small static library in ole/libuuid.a that contains all the 2000-12-06 01:50:47 +00:00
oleaut32 - README update 2000-12-09 03:15:32 +00:00
olecli Remove libXXXX.so.1.0 lines from .cvsignore files. 2000-11-30 19:57:34 +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 Remove libXXXX.so.1.0 lines from .cvsignore files. 2000-11-30 19:57:34 +00:00
rpcrt4 Compile fix for gcc 2.7.2.3. 2000-12-05 20:45:14 +00:00
serialui Remove libXXXX.so.1.0 lines from .cvsignore files. 2000-11-30 19:57:34 +00:00
setupapi Fixed Win16 documentation not fixed because of a bug in winapi_check. 2000-12-01 23:54:51 +00:00
shell32 Move all values of SHGetSpecialFolderPathA into an array, add some 2000-12-13 01:49:04 +00:00
shfolder Remove libXXXX.so.1.0 lines from .cvsignore files. 2000-11-30 19:57:34 +00:00
shlwapi Created a small static library in ole/libuuid.a that contains all the 2000-12-06 01:50:47 +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 Changed LoadImage16 to take an LPCSTR instead of a SEGPTR. 2000-12-12 00:48:06 +00:00
version Use libwine and libwine_unicode directly from their build directory 2000-12-06 00:05:14 +00:00
win32s Remove libXXXX.so.1.0 lines from .cvsignore files. 2000-11-30 19:57:34 +00:00
winaspi Print CDB area. 2000-12-09 03:06:18 +00:00
wineps Remove libXXXX.so.1.0 lines from .cvsignore files. 2000-11-30 19:57:34 +00:00
wininet InternetCloseHandle didn't return TRUE in all appropriate cases. 2000-12-02 20:09:54 +00:00
winmm Split driver functions into USER (16 bit part) and WINMM (32 bit part). 2000-12-13 02:07:40 +00:00
winsock Added/modified documentation for function arguments. 2000-12-01 23:58:28 +00:00
winspool Added/modified documentation for function arguments. 2000-12-01 23:58:28 +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 libwine and libwine_unicode directly from their build directory 2000-12-06 00:05:14 +00:00
Makefile.in Use @LIBEXT@ instead of .so for the inter-dlls dependencies. 2000-12-05 03:59:55 +00:00