Delay loading of interrupt table functions until they are needed.
[wine] / include / wine /
2000-05-23  Gerard PatelRemove the direct call into core (DIALOG_DoDialogBox).
2000-05-07  Alexandre JulliardMoved Load/FreeLibrary16 definition to winbase16.h.
2000-04-28  Juergen SchmiedComplete cleanup, bugfixes.
2000-04-28  Juergen SchmiedStubs for IQueryAssociations.
2000-04-15  Patrik StridvallFixed some issues reported by winapi_check.
2000-03-28  Ron GageFixed bug reported by winapi_check.
2000-03-24  Patrik StridvallMade the include files self sufficient.
2000-03-24  Francois Gouget- The ICOM_CMETHODxxx cause problems because the 'const...
2000-03-19  Marcus MeissnerIOleItemContainer has OLEGUID(0x11c), not 0x11a.
2000-03-08  Patrik StridvallRemoved a lot of unnecessary includes and fixed the...
2000-03-04  Marcus MeissnerCoLoadLibrary gets UNICODE, not ASCII strings. (spotted...
2000-02-26  Juergen SchmiedBasic implementation of shell notifications.
2000-02-26  Juergen SchmiedAdded Winelib types.
2000-02-26  Patrik StridvallFixed ANSI C violations.
2000-02-25  Pierre MageauImplementation of OleConvert routines.
2000-02-20  Juergen Schmied- new files related to context menu and drag drop file...
2000-02-13  Alexandre JulliardMoved global atoms to the server (based on the work...
2000-02-10  Jeremy WhiteRemoved #include of wingdi.h and windef.h from winuser...
2000-02-07  Juergen SchmiedAdded IPersistFolder2 interface.
2000-02-03  Jeremy WhiteMoved definitions such as BOOL16 and INT16 from windef...
2000-01-30  Ulrich WeigandMoved debugger to libwine to make it available to WineL...
2000-01-30  Francois GougetThe COM virtual tables must use the
2000-01-23  Dmitry TimoshkovReplaced LocalToWideChar() by lstrcpynAtoW(), WideCharT...
1999-11-23  Alexandre JulliardChanged to use new server-side registry support.
1999-11-21  Huw D M DaviesStub for GetFontData16.
1999-11-13  Ulrich WeigandAdapted to new register function handling.
1999-11-13  Patrik StridvallAdded better missing function emulation.
1999-11-12  Juergen SchmiedMade the buttons in the filedlg change when selecting...
1999-11-10  Ulrich WeigandBugfix: Exception handlers are *not* WINAPI.
1999-11-07  Juergen Schmied- new interface declaration for IShellfolder2
1999-11-07  Francois GougetAdded ICMP DLL implementation.
1999-11-07  Peter Hunnisett- Added missing __attribute__ ((com_interface)) for...
1999-11-04  Francois GougetRemoved duplicate macro definitions for the IStorage...
1999-10-31  Huw D M DaviesIt appears that StartDoc sends the STARTDOC escape...
1999-10-25  Francois GougetAdded two macros, ICOM_VFIELD and ICOM_VTBL, so that...
1999-10-24  Patrik StridvallMade the include files self-sufficient.
1999-10-23  Francois GougetDefine the COM macros even in C++.
1999-10-23  Marcus MeissnerAdded missing prototypes for StrRetToBuf(A|W).
1999-10-13  Uwe BonnesUse LoadString16 for FormatMessage16 and handle
1999-10-13  Francois GougetFixed a typo in a function declaration.
1999-09-27  Alexandre JulliardMoved all signal support to a new platform-specific...
1999-09-23  Patrik StridvallFixed some of the issues reported by winapi-check.
1999-09-20  Ulrich WeigandBugfix: Improved GetCodeHandle16 / GetCodeInfo16.
1999-09-14  Patrik StridvallAdd support for anonymous struct/unions on compilers...
1999-09-11  Patrik StridvallEliminated warnings.
1999-09-04  Alexandre JulliardAdded configure check for str[n]casecmp.
1999-08-18  Michael VekslerRemoved unnecessary includes from ole related files.
1999-08-18  Ulrich WeigandMoved implementation of WOW routines to single file.
1999-08-15  Juergen SchmiedMore use of rc files for strings and menus, fixes....
1999-08-08  Alexandre JulliardReplaced a few calls to lstr* functions by their CRTDLL...
1999-08-07  Ulrich WeigandSeparated Win16 (USER) and Win32 (MPR) network routines.
1999-07-31  Patrik StridvallVarious ANSI C compability fixes.
1999-07-31  Ulrich WeigandImplemented KERNEL.447 (WIN32_OldYield16).
1999-07-31  Patrik StridvallEliminated warnings.
1999-07-25  Juergen SchmiedMany fixes/reimplementations.
1999-07-25  Juergen SchmiedNew file. Contains functions not in the official header...
1999-07-25  Huw D M Davies{Start|End}{Doc|Page} go through DCfuncs.
1999-07-24  Lionel UlmerSuppressed compiler warning by using the 'unused' attri...
1999-07-24  Paul QuinnAdd a few stubs, some C++ compatibility, and fix a...
1999-06-26  Alexandre JulliardFixes for non-i386 compiling.
1999-06-26  Patrik StridvallANSI C fixes.
1999-06-18  Alexandre JulliardA few optimizations.
1999-06-12  Patrik StridvallMad the include files idempotent using a consistent...
1999-06-12  Patrik StridvallAdded CINTERFACE and NONAMELESSUNION support.
1999-06-12  Patrik StridvallAdded extern "C" if __cplusplus is defined.
1999-06-06  Alexandre JulliardMoved inclusion of winestring.h to winebase.h.
1999-06-05  Paul QuinnSome non-threatening fixes to some headers, as well...
1999-06-05  Rein KlazesRead/load type libraries. Implementation of ITypeLib...
1999-05-22  Huw D M DaviesImplemented AddPrinterA, AddPrinterDriverA and GetPrint...
1999-05-22  Ulrich WeigandAdded ExitKernel16 (replacing USER_ExitWindows), ExitPr...
1999-05-22  Paul QuinnMicrosoft com vtable compatibility workaround for g...
1999-05-17  Huw D M DaviesImplement DocumentProperties, DeviceCapabilities, begin...
1999-05-14  Alexandre JulliardFixed a few bugs, and improved the exception macros...
1999-05-12  Alexandre JulliardAdded macros and definitions for using exception inside...
1999-05-08  Huw D M DaviesSplit off wingdi16.h from wingdi.h. Add many more...
1999-05-08  Thuy NguyenImplementation of IStorage supported by an implementati...
1999-05-02  Michael VekslerRemoved redundant include of winbase.h from winuser16.h.
1999-05-02  Francis BeaudetImplemented the OLE object default handler and data...
1999-04-25  Patrik StridvallFixed ANSI compabillity.
1999-04-25  Patrik Stridvall#pragma pack(?) changed to #include "*pack*.h"
1999-04-25  Jim AstonAdded some missing #defines I've run across.
1999-04-22  Patrik StridvallFixed ANSI compabillity.
1999-04-22  Michael VekslerRemoved some includes of 16 bit API.
1999-04-15  Michael VekslerAdded missing windef.h includes.
1999-04-15  Stephane LussierImplementation of IStorage::CopyTo and IStream::CopyTo.
1999-04-11  Marcus MeissnerAdded missing ReadClassStg prototype.
1999-04-11  Michael VekslerIntroduce STATSTG16 - a 16 bit variant of STATSTG.
1999-04-11  Francis BeaudetImplemented the CoCreateInstanceEx method.
1999-04-06  Francois GougetFixed a problem pointed out by Kevin Holbrook.
1999-04-06  Francois GougetWarning fix.
1999-04-06  Francois GougetAdded a new implementation of the ICOM macros that...
1999-04-01  Ove KaavenAdded CN_* flags used in WM_COMMNOTIFY.
1999-04-01  Adrian Thurstoninitguid.h should only contain the macro that defines...
1999-03-28  Alexandre JulliardAuthors: Paul Quinn <paulq@corel.ca>, Aaron Barnes...
1999-03-25  Juergen SchmiedUse the new header for COM definitions.
1999-03-23  Noomen HamzaImplemented:
1999-03-22  Veksler MichaelRemoved winuser16.h from x11drv.h.
1999-03-17  Francois GougetRemoved the obsolete ICOM macros.
1999-03-15  Francois GougetUpdated the interfaces to use the latest ICOM macros.
1999-03-14  Jim AstonRenamed wintypes.h to windef.h.
next