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
|
4fac95df3d
|
Fixed a couple of race conditions in the wine_pthread routines at
thread startup and exit.
|
2004-02-05 02:01:35 +00:00 |
Dmitry Timoshkov
|
c660117622
|
Fixed some problems found while compiling and linking Wine under
Cygwin.
|
2004-01-20 22:35:34 +00:00 |
Alexandre Julliard
|
7984ded712
|
Added wine_dll_get_owner function that retrieves the 32-bit dll
containing a given 16-bit dll by reading the symlink, so that we don't
need to dlopen it.
|
2004-01-02 21:08:05 +00:00 |
Alexandre Julliard
|
8fb98a41e0
|
Added wine_ldt_is_system() to replace the IS_SELECTOR_SYSTEM macro,
and stop exporting the WINE_LDT_FIRST_ENTRY constant.
|
2003-11-17 20:12:56 +00:00 |
Alexandre Julliard
|
daeccba704
|
Moved the exec_wine_binary function to the wine library, and use it to
exec the wineserver too.
|
2003-11-11 22:21:29 +00:00 |
Alexandre Julliard
|
c1d80ece92
|
Don't export the wine_pthread_* functions.
|
2003-10-16 22:07:06 +00:00 |
Dmitry Timoshkov
|
2581db8f6a
|
Fixed some problems found while compiling and linking Wine under
Cygwin.
|
2003-10-14 05:27:43 +00:00 |
Alexandre Julliard
|
d139e94336
|
Added wine_init.
|
2003-04-30 17:12:29 +00:00 |
Steven Edwards
|
401a9e096a
|
Fixed the .def files for the Mingw build.
|
2003-03-28 00:28:09 +00:00 |
Alexandre Julliard
|
bdbde0f814
|
Added a .def file for libwine.
|
2003-03-23 00:28:53 +00:00 |