Added varargs support for 16-bit entry points.
[wine] / include / wine / library.h
2003-07-03  Alexandre JulliardAdded a file_exists argument to wine_dll_load to allow...
2003-02-26  Alexandre JulliardMoved LDT selector allocation routines to libwine.
2003-01-15  Jeroen JanssenFixed wine_ldt_copy importing on cygwin.
2003-01-03  Alexandre JulliardAdded wine_dbg_sprintf function that allocates a tempor...
2002-08-27  Alexandre JulliardAdded wine_get_user_name function and got rid of some...
2002-06-20  Alexandre JulliardCreate the server directory and socket file in /tmp.
2002-06-04  Alexandre JulliardMoved specification of relay and snoop include/exclude...
2002-05-22  Alexandre JulliardNew loading scheme for Winelib apps, makes them behave...
2002-05-19  Alexandre JulliardExport the debug API as functions instead of pointers.
2002-05-16  Alexandre JulliardExport global argc/argv variables from libwine and...
2002-05-16  Alexandre JulliardMoved the selector access functions out of winnt.h...
2002-04-26  Alexandre JulliardBetter support for configure detection of missing types...
2002-03-09  Alexandre JulliardAdded LGPL standard comment, and copyright notices...
2001-02-13  Josh DuBoisMore verbose error messages when application load fails.
2001-01-17  Alexandre JulliardCleaned up the various errno location tests in configure.
2000-12-13  James AbbatielloWork around glibc 2.1.x dlopen bug (again).
2000-11-14  Alexandre JulliardMoved LDT handling to libwine.so. Changed the interface...
2000-11-10  Alexandre JulliardAdded support for loading a Winelib app linked as a...
2000-11-08  Alexandre JulliardDo builtin modules fixups in library/loader.c before...
2000-11-08  Alexandre JulliardAdded new library.h header for libwine definitions.