Added support for CSIDL_RESOURCES path.
[wine] / include /
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.
2004-02-17  Alexandre JulliardFixed IntlStrEqWorkerA/W prototypes.
2004-02-13  Alexandre JulliardMoved hGCClipRgn handling to the graphics driver.
2004-02-13  Alexandre JulliardRemoved a couple of unused fields in the DC structure.
2004-02-12  Steven EdwardsWindows porting fix - Define O_NONBLOCK if not defined.
2004-02-12  Alexandre JulliardAvoid a few more GetModuleHandle calls.
2004-02-11  Alexandre JulliardMoved some more definitions out of undocshell.h into...
2004-02-11  Martin Fuchs- move some PIDL function declarations from undocshell...
2004-02-10  Steven EdwardsPorting Fixes for Mingw/MSVC.
2004-02-10  Francois GougetRemove the winetest_ok() hack that adds a trailing...
2004-02-10  Dmitry TimoshkovAdd GetProcessHeaps() prototype.
2004-02-10  Alexandre JulliardDynamically retrieve the metrics that depend on the...
2004-02-10  Jon GriffithsAdd some missing prototypes, fix AssocIsDangerous.
2004-02-09  Juan LangDeclare some SetupDi functions and related constants.
2004-02-09  Juan Lang#ifdef guard the declaration of type IID to be compatib...
2004-02-07  Alexandre JulliardAdded memchrW and memrchrW to the exported Unicode...
2004-02-07  Alexandre JulliardGet pointer to CreateFileW earlier on during startup.
2004-02-05  Alexandre JulliardRevert the thread exit race fix for now, it doesn't...
2004-02-05  Alexandre JulliardFixed a couple of race conditions in the wine_pthread...
2004-02-05  Eric Pouech- Fixed broken winedbg compilation on BSD.
2004-02-03  Kevin KoltzauAdd define MAKEROP4.
2004-02-03  Juan LangDeclare SHGetFolderPath and related constants.
2004-02-02  Eric PouechAdded ListView_GetHeader macro.
2004-01-28  Alexandre JulliardlpCreateParams should be a SEGPTR in 16-bit code.
2004-01-27  Kevin KoltzauAdd missing DTBG_* defines.
2004-01-23  Alexandre JulliardMoved a few remaining 16-bit definitions out of the...
2004-01-23  Ge van GeldorpFix various function prototypes to conform to PSDK.
2004-01-23  Ge van GeldorpRename LARGE_INTEGER and ULARGE_INTEGER members "s...
2004-01-21  Rolf KalbermatterImplement PathGetShortPathA/W and change its prototype...
2004-01-20  Mike HearnImplemented RpcIsProtSeqValid.
2004-01-20  Rein KlazesFix MultiByteToWideChar and WideCharToMultiByte when...
2004-01-20  Alexandre JulliardMoved msacmdrv.h to include directory to avoid inter...
2004-01-20  Dmitry TimoshkovMerge the MDI and common window creation code. Change...
2004-01-20  Alexandre JulliardRemoved useless warning.
next