- Add some stubs.
[wine] / include /
2002-12-05  Alexandre JulliardAdded rpc.h include to fix tests compilation.
2002-12-05  Ove KaavenMake sure that no files except unknwn.h include wine...
2002-12-05  Alberto Massari - Moved GetUrlCacheEntryInfoA and CommitUrlCacheEntryA...
2002-12-05  Rolf KalbermatterAdd prototypes for IExtractIconW interface.
2002-12-05  Francois GougetAdded EDEADLOCK.
2002-12-03  Alexandre JulliardAdded rules for compiling IDL files.
2002-12-03  Alexandre JulliardRemoved input.h, queue.h, spy.h and sysmetrics.h and...
2002-12-03  Alexandre JulliardInstall ipexport.h and icmpapi.h with the other Windows...
2002-12-03  Ove KaavenAdded more types to wtypes.idl.
2002-12-03  Alberto MassariSHGetSetSettings has now the right signature and the...
2002-12-03  Rolf KalbermatterModify PrivateExtractIcons{AW} to match better current...
2002-12-03  Dimitrie O. PaunChange header install location as such:
2002-12-03  Alexandre JulliardMerged font.h and path.h into gdi.h. Moved x11font...
2002-12-02  Jukka HeinonenMove DPMI segments to winedos.
2002-12-02  Alexandre JulliardAuthors: Greg Turner <gmturner007@ameritech.net>, Ove...
2002-12-02  Patrik StridvallAdded FIXME:s in the stubs.
2002-12-02  Ove KaavenProtect PALETTEENTRY and LOGPALETTE with #ifndefs.
2002-11-30  Lionel Ulmer- actually use the VertexBuffer stubs
2002-11-30  Dimitrie O. PaunAdd a way to tell msvcrt to define wchar_t.
2002-11-30  Rolf KalbermatterAdded stub implementation with correct prototypes for
2002-11-30  Francois GougetAdded declaration for SignalObjectAndWait.
2002-11-30  Francois GougetAdded constants for _set_error_mode().
2002-11-30  Christian CostaReplace LPDDSURFACEDESC by LPDDSURFACEDESC2 in IDirectD...
2002-11-30  Francois GougetAdd the 48 and 96kHz WAVE_FORMAT constants.
2002-11-30  Ove KaavenAdded missing union names for some encapsulated unions.
2002-11-27  Steve LustbaderProvide stubs for DnsHostnameToComputerNameA/W.
2002-11-27  Jukka HeinonenMoved handlers for int25 and int26 to winedos.
2002-11-27  Francois GougetAdded SwitchToThread.
2002-11-27  Christian CostaAdd some DDRAW and D3D definitions.
2002-11-25  Patrik StridvallFixed pthreads on FreeBSD (based on patch by Alexandre...
2002-11-25  Steve LustbaderStubs for CreateTimerQueue and DeleteTimerQueueEx.
2002-11-25  Steve LustbaderAssorted Win2k/WinXP stubs.
2002-11-25  Mike McCormackImplemented registry change notifications.
2002-11-25  Ryan CummingPartially implement GetThreadTimes.
2002-11-25  György 'Nog' Jeney- Move SetSystemTime, GetTimeZoneInformation and
2002-11-24  Jukka HeinonenMoved handlers for int11, int15 and int5c to winedos.
2002-11-23  Alexandre JulliardRemoved no longer needed PROFILE_LoadWineIni().
2002-11-23  Jukka HeinonenMove int2f handler to winedos.
2002-11-23  Alexandre JulliardRemoved the WINE_NO_STRICT support.
2002-11-23  Dimitrie O. PaunAllow apps to define __int{8,16,32,64} on the command...
2002-11-22  Alexandre JulliardFixed more -DSTRICT issues.
2002-11-21  Marcus MeissnerHandle the COORD <-> DWORD conversion the canonical...
2002-11-21  Dimitrie O. PaunAdd definition for WSAEDISCON.
2002-11-21  Martin WilckFixed circular include sequence winsock.h -> windows...
2002-11-21  Lionel Ulmer- Clean up all the D3D COM handling (but the underlayin...
2002-11-21  Steve LustbaderStub for SetDCBrushColor.
2002-11-20  Alexandre JulliardAdded support for system-wide hooks.
2002-11-20  Jukka HeinonenRemove some Win32s specific code.
2002-11-20  Jukka HeinonenRemoved obsolete code.
2002-11-19  Patrik StridvallAdded stub implementation of cabinet.dll.
2002-11-19  Robert ShearmanAdd some RichEdit 2.0/3.0 definitions.
2002-11-19  Dimitrie O. PaunAdded definition for PeekNamedPipe
2002-11-18  Jukka HeinonenRemoved obsolete INT_Int31Handler.
2002-11-18  Marcus MeissnerFixed strict aliasing problem in
2002-11-18  Patrik StridvallNo version of GNU C++ (unlike GNU C) supports unnamed...
2002-11-18  Dimitrie O. PaunSupport commctrl message-helper macros in C++.
2002-11-18  Mike McCormackAdd some definitions for structures used by NtQueryFile...
2002-11-18  Alberto Massari- Added some definitions.
2002-11-15  Lionel UlmerLoad OpenGL library dynamically from x11drv.
2002-11-15  Ryan CummingImplemented GetFileSizeEx (based on a patch by Steve...
2002-11-15  Jukka HeinonenDeviceIoControl now calls winedos interrupt handlers.
2002-11-15  Martin Wilck- Allow setting NetBIOS ComputerName through registry.
2002-11-15  Huw DaviesImplemented Escapes *_PATH and POSTSCRIPT_IGNORE.
2002-11-14  Huw DaviesClient side render fonts for XServers without the Rende...
2002-11-14  Alexandre JulliardAdded ReleaseDC function to the USER driver interface.
2002-11-13  Ulrich Czekalla- Add support for multiple image lists.
2002-11-13  Mike McCormackAdd stubs and declarations for WSAInstallServiceClassA/W.
2002-11-13  Alexandre JulliardMoved rpc.h inclusion in widl-generated file so that...
2002-11-13  Patrik StridvallFixed mismatches between the Wine headers and the Micro...
2002-11-13  Ove KaavenWrote a Wine-compatible wtypes.idl, and generated wtype...
2002-11-12  Marcus MeissnerDo not link against -lcups directly, but dynamically...
2002-11-12  Patrik StridvallFixed mismatches between the Wine headers and the Micro...
2002-11-08  Ove KaavenMoved IMalloc definition from obj_base.h to obj_misc.h.
2002-11-08  Juraj HercekAdded WINELIB_NAME_AW for LPCCINFO.
2002-11-08  Marcus MeissnerNew structures: RASIPADDR, RASDEVINFO, RASENTRY.
2002-11-06  Ove KaavenAdd ICOM_DEFINE1 macro to define a COM interface withou...
2002-11-04  Greg Turner- noop redefinition of SPI_[GET/SET]MENUUNDERLINES
2002-11-04  Patrik StridvallFixed mismatches between the Wine headers and the Micro...
2002-11-04  Ryan CummingAdded missing CSTR_ definitions.
2002-11-01  Greg TurnerFix some problems found by winapi_check.
2002-11-01  Ove KaavenSome RPC format characters from MS documentation.
2002-10-31  Greg TurnerRemove #ifdef WINNT conditionals; just use the NT defin...
2002-10-31  Greg Turner- Fix offset bug in the conformant string unmarshall...
2002-10-31  Greg Turner- Cast NDR_* #defines to (unsigned long) instead of...
2002-10-31  Steven EdwardsMingw porting fix.
2002-10-31  Alexandre JulliardMoved 16-bit definitions out of mmddk.h into mmsystem16.h.
2002-10-31  Dmitry TimoshkovFix some types and function prototypes according to...
2002-10-31  Eric Pouechwinmm/mmsystem now compiles with -DSTRICT.
2002-10-31  Eric PouechSplit between 16 / 32 bit code.
2002-10-30  Michael StefaniucSome more fixes for compiling the user dll with -DSTRICT.
2002-10-30  Alexandre JulliardMoved the test routines from wtmain.c into wine/test...
2002-10-30  Martin Wilck- Define SOCKET as UINT_PTR for Win64 (thanks to P...
2002-10-29  Jukka HeinonenModify winedos interrupt handlers so that they work...
2002-10-29  Patrik StridvallAdded {ok,trace}_ macros to take explicit file and...
2002-10-29  Alexandre JulliardRemoved a couple of no longer used queue functions.
2002-10-29  Patrik StridvallFixed mismatches between the Wine headers and the Micro...
2002-10-29  Alexandre JulliardRewrote hook support to store the hook chain in the...
2002-10-28  Lionel UlmerRaise an exception if any Wine or Winelib code does...
2002-10-28  Greg Turner- Clean up and add some comments.
2002-10-28  Greg Turner- Clean up and enhance some traces.
next