Alexandre Julliard
|
8505f1429d
|
libwine: Export functions that return the Wine version number and build id.
|
2008-03-26 23:38:36 +01:00 |
Alexandre Julliard
|
c9f0bea910
|
libwine: Added a wine_call_on_stack function.
|
2008-03-26 15:38:00 +01:00 |
Alexandre Julliard
|
0b39d1a89e
|
libwine: Added a function to enumerate the reserved mmap areas.
|
2006-07-24 13:59:10 +02:00 |
Alexandre Julliard
|
eb8a40c368
|
libs: Merged libwine_unicode into libwine.
Most dlls use libwine_unicode at this point, so there's nothing to
gain by having two separate libraries.
|
2006-07-11 19:33:22 +02:00 |
Alexandre Julliard
|
5ff1004c4d
|
libwine: Export wine_get_build_dir.
|
2006-03-16 17:36:19 +01:00 |
Alexandre Julliard
|
2f026d1694
|
libwine: Export a function to retrieve the data directory (based on a
patch by Dmitry Timoshkov).
|
2006-03-06 18:50:15 +01:00 |
Alexandre Julliard
|
65424dc3a8
|
libwine: Added wine_dll_enum_load_path function to allow querying the dll path.
|
2006-02-04 17:02:05 +01:00 |
Alexandre Julliard
|
2058f54300
|
Added a __wine_dbg_set_channel_flags function to allow changing flags
from inside the code.
|
2005-10-18 10:49:20 +00:00 |
Alexandre Julliard
|
784c94516b
|
Export the get_channel_flags function avoid warnings when passing a
NULL format to wine_dbg_log.
Removed a few no longer used functions.
|
2005-09-29 11:16:52 +00:00 |
Alexandre Julliard
|
cbc38965c0
|
New scheme for keeping track of debug channels that doesn't require
maintaining a list of all loaded dlls.
|
2005-09-28 15:21:48 +00:00 |
Alexandre Julliard
|
75c27e17b6
|
Defined a proper structure for debug channels.
Also put all the function pointers inside a structure and added
__wine_dbg_set_functions to change them instead of exporting the
pointers directly.
|
2005-09-23 10:52:07 +00:00 |
Alexandre Julliard
|
883d3c52d3
|
Use explicit function pointers for pthread support instead of relying
on ELF symbol overriding.
|
2005-09-03 15:11:29 +00:00 |
Eric Frias
|
7933014d01
|
Export wine_pthread_get_current_teb.
|
2004-11-22 19:51:46 +00:00 |
Alexandre Julliard
|
94d74b5fed
|
Added support for managing reserved memory areas in libwine and ntdll.
Try to reserve everything above 0x80000000 on startup.
|
2004-05-25 01:29:24 +00:00 |
Alexandre Julliard
|
440ff6db12
|
Added version scripts for libwine and libwine_unicode.
|
2004-02-12 22:54:00 +00:00 |