Added sspi.h.
[wine] / include /
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.
2004-01-20  Rok Mandeljc- updated resources to DX9
2004-01-19  Rolf KalbermatterImplemented PathFileExistsAndAttributesA/W function.
2004-01-18  Alexandre JulliardUse the exported FONTENUMPROCW as parameter in the...
2004-01-18  Alexandre JulliardRemoved the bitsPerPixel field in the generic DC struct...
2004-01-16  Mike McCormackAdded SystemTimeToTzSpecificLocalTime definition.
2004-01-16  Francois GougetAdd a couple of missing definitions to urlmon.h.
2004-01-15  Alexandre JulliardGet rid of the global INTERNAL_[XY]WSTODS macros.
2004-01-15  Alexandre JulliardMoved a bunch of definitions from gdi.h into a new...
2004-01-14  Ivan Leo Murray... Updated copyright information.
2004-01-13  Alexandre JulliardMoved some code around to avoid exporting DIB functions...
2004-01-13  Marcus MeissnerAdded stub for EnumICMProfilesA/W.
2004-01-13  Vincent BéronGet rid of a W->A crosscall (ResetDCA->ResetDCW).
2004-01-12  Alexandre JulliardScrollDC doesn't need to be in the graphics driver.
2004-01-12  Eric PouechImplemented Toolhelp32ReadProcessMemory.
2004-01-09  Alexandre JulliardGet rid of no longer needed WINE_PACKED define.
2004-01-09  Robert ReifAdded some missing defines and a struct.
2004-01-09  Ulrich CzekallaAdded header dbt.h.
2004-01-09  Aric StewartEnable Tablet support with both Tilt and Pressure.
2004-01-08  Alexandre JulliardThere's no need for DUMMYUNIONNAME in private headers.
2004-01-08  Kevin KoltzauDefine OPENFILENAME_SIZE_VERSION_400.
2004-01-08  Alexandre JulliardAdded configure check for readlink.
2004-01-08  Alexandre JulliardIf supported by the linker, prevent the ELF loader...
2004-01-08  Mike McCormackAdd icm.h for colour management.
2004-01-08  Kevin KoltzauDefine structs FILEDESCRIPTOR and FILEGROUPDESCRIPTOR...
2004-01-06  Francois GougetAssorted spelling fixes.
2004-01-06  Martin FuchsDefine IShellExecuteHook interface.
2004-01-06  Alexandre JulliardSHCoCreateInstance is now documented (spotted by Franco...
2004-01-05  Eric PouechMade wine_get_unix_file_name take a Unicode string...
2004-01-05  Martin FuchsCorrect return type of SHFileOperationA/W.
2004-01-05  Steven EdwardsMSVC porting fixes.
2004-01-03  Mike HearnImplemented RegFlushKey and NtFlushKey.
2004-01-02  Alexandre JulliardAdded wine_dll_get_owner function that retrieves the...
2004-01-02  Steven EdwardsFix compiling netapi32 on MSVC with PSDK headers.
2004-01-02  Alexandre JulliardUpdated configure with autoconf 2.58. Set the bug repor...
2004-01-01  Dmitry TimoshkovAdd support for many MCIWNDM_ messages and some MCI_...
2003-12-31  Alexandre JulliardStore window icons in the window structure so that...
2003-12-31  Dmitry TimoshkovFix many function prototypes and data types according...
2003-12-31  Dmitry TimoshkovAdd Unicode->ANSI MCI message mapping, implement mciSen...
2003-12-30  Rein Klazes- Add a bitmap resource with the font icons: TrueType...
2003-12-15  Dmitry TimoshkovImplement support for many MCIWndClass MCI_ and MCIWNDM...
2003-12-13  Aric StewartBetter handling of some service functions.
2003-12-13  Kirill SmelkovAdded CreateAsyncBindCtx and IsAsyncMoniker stubs.
2003-12-13  Ge van GeldorpWhen building a PE DLL (MinGW), variables exported...
2003-12-12  Jon GriffithsAdded RtlNtStatusToDosErrorNoTeb, RtlGet/Set/RestoreLas...
2003-12-11  Alexandre JulliardStore a pointer to the client-side class structure...
2003-12-11  Kirill SmelkovAdded stub and prototype for WSAJoinLeaf.
next