Patrik Stridvall
|
01d5e5b071
|
Documentation fixes.
|
2001-07-02 19:59:40 +00:00 |
Patrik Stridvall
|
8b216b3d02
|
Documentation ordinal fixes.
|
2001-06-19 18:20:47 +00:00 |
Alexandre Julliard
|
e2222fd8ff
|
Use libwine and libwine_unicode directly from their build directory
instead of using symlinks.
|
2000-12-06 00:05:14 +00:00 |
David Elliott
|
ea186796eb
|
Remove libXXXX.so.1.0 lines from .cvsignore files.
|
2000-11-30 19:57:34 +00:00 |
Alexandre Julliard
|
24a62ab9b0
|
Got rid of the Wine internal lstrcpy* functions and of winestring.h.
|
2000-11-28 22:40:56 +00:00 |
Alexandre Julliard
|
5ce902b0b9
|
Implemented DosFileHandleToWin32Handle, Win32HandleToDosFileHandle and
DisposeLZ32Handle and use them to replace file.c internal functions.
Renamed WOW* functions into K32WOW*.
|
2000-11-27 21:59:08 +00:00 |
Alexandre Julliard
|
27939f00fd
|
Start using import tables for dlls that can already support it.
|
2000-11-12 03:50:10 +00:00 |
Alexandre Julliard
|
eb58e1d597
|
Declare debug channels in all dlls that need them; added imports of
ntdll where necessary.
|
2000-11-05 04:53:07 +00:00 |
Alexandre Julliard
|
83f52d11c1
|
Moved all Win16 definitions out of the standard Windows headers.
|
2000-09-26 22:20:14 +00:00 |
Alexandre Julliard
|
691171b8e6
|
Small dll interfaces cleanups.
|
2000-08-08 20:49:16 +00:00 |
Alexandre Julliard
|
e514103971
|
Added imports of kernel32.dll where necessary.
|
2000-08-06 03:47:29 +00:00 |
Alexandre Julliard
|
76d3671bee
|
Added 'owner' field to 16-bit spec files to specify the name of the
32-bit dll that contains it.
|
2000-07-28 00:07:18 +00:00 |
Alexandre Julliard
|
6953d6756c
|
For dlls, derive SPEC_SRCS from MODULE and ALTNAMES.
|
2000-06-20 20:24:14 +00:00 |
Dimitrie O. Paun
|
abdbced4fd
|
Removed some HEAP_xalloc calls.
|
2000-04-29 14:20:28 +00:00 |
Patrik Stridvall
|
2d6457c11a
|
Added/fixed some documentation reported by winapi_check.
|
2000-03-28 20:22:59 +00:00 |
Alexandre Julliard
|
82a2b186e7
|
Added support for creating extra symlinks for .so files that contain
multiple dlls.
|
2000-03-05 13:08:24 +00:00 |
Alexandre Julliard
|
d0edc5fecd
|
Moved dll-specific make rules to a separate Makedll.rules file.
|
2000-03-04 22:31:27 +00:00 |
Alexandre Julliard
|
90476d6b4a
|
Moved SystemHeap allocations to the process heap.
|
2000-02-16 22:47:24 +00:00 |
Alexandre Julliard
|
383da68cf9
|
Optimized debugging API to reduce code size.
|
2000-02-10 22:15:21 +00:00 |
Alexandre Julliard
|
318f4cefd2
|
Build most dlls as separate shared libraries.
|
2000-01-31 05:02:49 +00:00 |
Marcus Meissner
|
bade58f2d2
|
Added *.spec.c, *.spec.glue.s, *.glue.c to .cvsignore that need them.
|
2000-01-23 22:00:06 +00:00 |
Alexandre Julliard
|
6f715732e7
|
Make use of automatic ordinal allocation.
|
2000-01-01 22:06:18 +00:00 |
Ulrich Weigand
|
8336cc9e51
|
Adapted to glue code generation changes.
|
1999-08-15 12:45:53 +00:00 |
Ulrich Weigand
|
6c6da674ef
|
Moved various DLLs to dlls/
|
1999-08-04 09:49:49 +00:00 |