Started implementing support for the SubSystemTib field in the TEB of
[wine] / include /
2004-04-14  Alexandre JulliardMoved wine_get_unix_file_name implementation to ntdll...
2004-04-14  Kevin KoltzauPartial stub of GdiAlphaBlend/AlphaBlend.
2004-04-14  Filip NavaraFix the case of RpcNetworkIsProtseqValid[AW] (was
2004-04-12  Filip NavaraGet rid of non-standard ERROR_UNKNOWN value.
2004-04-12  Dimitrie O. PaunDon't declare GDI stuff when NOGDI is defined.
2004-04-12  Filip NavaraGet rid of E_UNSPEC non-standard error value.
2004-04-09  Dimitrie O. PaunAdded definition for HUGE_VAL.
2004-04-09  Dimitrie O. PaunAdd struct name for BITMAPINFO.
2004-04-08  Alexandre JulliardRemoved the get_file_info request.
2004-04-08  Rein KlazesAdd some structures and defines.
2004-04-08  Alexandre JulliardReplace the get_file_info request by an fstat() on...
2004-04-07  Alexandre JulliardHandle the set_file_pointer request on the client side.
2004-04-07  Steven EdwardsFix compiling under MS_VC 6.
2004-04-07  Raphael Junqueira- fix DbgPrint and implement DbgPrintEx
2004-04-07  Raphael JunqueiraCorrect dplay8 headers for future use.
2004-04-07  Mike McCormackLoad the XRandR extension dynamically (with help from...
2004-04-06  Alexandre JulliardGet rid of the removable media handling in the server.
2004-04-06  Alexandre JulliardHandle file mappings on removable media entirely inside...
2004-04-06  Alexandre JulliardAdded support for fstatvfs.
2004-04-05  Juan Lang- implement loading network providers
2004-04-05  Eric PouechMoved quite a few functions to dbghelp (removed debug...
2004-04-05  Rein KlazesStub implementation for WSALookupServiceBeginA/W.
2004-04-05  Eric PouechFirst shot at implementing dbghelp.
2004-04-05  Alexandre JulliardFixed RtlDosPathNameToNtPathName_U prototype.
2004-04-05  Juan LangAdd a bunch of missing declarations.
2004-04-05  Juan Langifdef guard TCHAR declaration like PSDK does.
2004-04-05  Eric Pouech- implemented MCI_SOUND command
2004-04-02  Alexandre JulliardRemoved the FailReadOnly option, this is now the defaul...
2004-04-02  Felix NawothnigDefine all macros described on MSDN.
2004-04-02  Alexandre JulliardAdded memicmpW.
2004-04-01  Dimitrie O. PaunRemove the rest of the Tweak look hack.
2004-04-01  Rolf KalbermatterAdd some declarations for additional SHFileOperation...
2004-04-01  Dimitrie O. PaunRemove the support for the Win 3.1 Look.
2004-03-31  Francois GougetMake sure ip_mreq is not exported by winsock2.h.
2004-03-30  Mike McCormackConvert the wininet HTTP functions to Unicode.
2004-03-30  Ivan Leo Murray... In resource info allow OriginalFilename and InternalNam...
2004-03-29  Mike McCormackMove EMR*16 definitions to wingdi.h, as they're part...
2004-03-29  Kevin KoltzauImplement loading and saving to a stream, and a few...
2004-03-27  Alexandre JulliardUse futimes() instead of utime() to implement SetFileTi...
2004-03-25  Alexandre JulliardReimplemented SearchPathW using ntdll functions.
2004-03-25  Felix NawothnigDefine ip_mreq.
2004-03-25  Felix NawothnigDefine (L)DBL_* and FLT_*.
2004-03-25  Mike McCormackDefine flags for GetUserObjectInformation.
2004-03-25  Alexandre JulliardRemoved check for -lm, winegcc takes care of that.
2004-03-25  Felix NawothnigDefine stat in msvcrt/wchar.h.
2004-03-22  Robert ShearmanAdded some declarations.
2004-03-22  Eric PouechAdded C++ support.
2004-03-20  Alexandre JulliardRewrote handling of COM and LPT devices to use symlinks in
2004-03-18  Alexandre JulliardMake the standard create_file request handle serial...
2004-03-18  Raphael JunqueiraStub implementations of RtlCreateQueryDebugBuffer,
2004-03-16  Hans Leidekker- Prefix many more functions, types, structs, etc....
2004-03-16  Alexandre JulliardImplemented NtQueryDirectoryFile (partly based on a...
2004-03-15  Mike McCormackDeclare MsiGetProductPropertyA/W.
2004-03-15  Mike McCormackAdded SetupCreateDiskSpaceList stub.
2004-03-12  Hans LeidekkerThe beginnings of math.h and float.h.
2004-03-12  Dmitry TimoshkovCreateDIBSection takes a const pointer to BITMAPINFO.
2004-03-12  Robert ReifAdded WAVEFORMATEXTENSIBLE.
2004-03-12  Alexandre JulliardChanged the create_file server request to take NtCreate...
2004-03-12  Ge van GeldorpChange GetFileTitleA/W prototype to match PSDK.
2004-03-11  Robert ReifAdded some missing defines.
2004-03-10  Alexandre JulliardAdded definitions for S_IXUSR, S_IXGRP and S_IXOTH.
2004-03-09  Alexandre JulliardRemoved some unnecessary definitions from file.h.
2004-03-09  Alexandre JulliardGet rid of the Filesystem option in the drive config...
2004-03-09  Alexandre JulliardAdded statvfs prototype.
2004-03-09  Christian CostaAdd amstream dll (MultiMedia Streams), part of Direct...
2004-03-09  Alexandre JulliardReimplemented GetVolumeInformation and SetVolumeLabel...
2004-03-07  Alexandre JulliardAdded check for f_namelen in struct statfs.
2004-03-05  Alexandre JulliardUse statvfs instead of statfs, and provide a default...
2004-03-04  Alexandre JulliardOpen a real file handle for drive devices, and get...
2004-03-04  Alexandre JulliardMoved more GDI definitions to gdi_private.h.
2004-03-03  Alexandre JulliardChanged the GetTextExtentPoint graphics driver entry...
2004-03-03  Alexandre JulliardImplemented Get/SetBoundsRect based on a patch by Ken...
2004-03-03  Robert Shearman- Add more RPC format characters.
2004-03-03  Christian CostaAdded evcode.h include.
2004-03-02  Hans LeidekkerAdded protocol type constants.
2004-03-02  Robert ReifAdded dxerr8.h and dxerr9.h header files.
2004-03-02  Juan LangAdded a secur32.dll that loads other SSP DLLs and forwa...
2004-03-02  Dimitrie O. PaunInstrument winegcc to use the compilers and options...
2004-03-01  Kevin KoltzauDefine MKSYS_URLMONIKER.
2004-03-01  Juan LangAdded sspi.h.
2004-03-01  Alexandre JulliardPortability fixes for LSB compatibility.
2004-03-01  Martin FuchsCorrect return type of SysStringLen() and SysStringByte...
2004-03-01  Juan Lang- correct some prototypes, add some defines
2004-03-01  Juan LangDeclare a few more Net apis and constants.
2004-02-28  Patrik StridvallMore stubs and better headers for mswsock.dll.
2004-02-27  Robert ReifAdded missing #define for DS_INCOMPLETE.
2004-02-27  Patrik StridvallAdded proper headers for the *ActCtx* functions.
2004-02-27  Patrik StridvallAdded macro DEFAULT_UNREACHABLE.
2004-02-27  Alexandre JulliardImplemented InstallHinfSection (based on a patch by...
2004-02-27  Alexandre JulliardAdded support for the RegisterDlls section (partly...
2004-02-26  Dmitry TimoshkovAdd A/W mapping for MCI_DGV_WINDOW_PARMS.
2004-02-25  Rok MandeljcAdded name resolving for CLSIDs, IIDs, GUIDs and return...
2004-02-24  Alexandre JulliardRemoved some of the DOS device hacks (based on a patch...
2004-02-24  Uwe Bonnes Pass inherit handle flag properly for CreateNamedPipe.
2004-02-20  Alexandre JulliardCreate real file handles for VxDs instead of using...
2004-02-19  Alexandre JulliardFixed varargs handling in the scanf functions (spotted...
2004-02-19  Kevin KoltzauDefine SPI_* values introduced in XP.
2004-02-17  Christian CostaAdded some stubs.
2004-02-17  Huw DaviesSetMenu should always call SetWindowPos whether the...
2004-02-17  Robert Shearman- Fix some traces.
next