Change headers to <windows.h> in order to prevent a compilation
[wine] / include /
2005-06-23  Mike McCormackDefine the msidbControlAttributes enumeration.
2005-06-23  Oliver StieberImplement swapchains.
2005-06-23  James HawkinsAdd stub implementation of RtlAddAuditAccessAce.
2005-06-22  Vijay Kiran KamujuAdd definition for IXMLAttribute.
2005-06-22  Vijay Kiran KamujuAdd missing guids and declarations.
2005-06-22  Mike McCormackDeclare RtlGUIDFromString and RtlStringFromGUID.
2005-06-22  Mike McCormackDeclare ProcessIdToSessionId.
2005-06-21  Vijay Kiran KamujuAdd definitions for AMMSF_STOPIFNOSAMPLES and AMMSF_NOS...
2005-06-21  Maarten Lankhorst- Added new INTERNET_OPTION* defines.
2005-06-21  Pierre d'HerbemontFix winsock.h and stdlib.h collision by including windo...
2005-06-21  Paul VriensAdded KERNEL_USER_TIMES struct.
2005-06-20  Mike McCormack- avoid winternl.h depending on winbase.h
2005-06-20  Jeremy WhiteRevamp the initialization for Alsa.
2005-06-20  Vitaly Lipatov- Realize DoEnvironmentSubstA via ExpandEnvironmentStri...
2005-06-20  Robert ShearmanAdd support for impersonating a token.
2005-06-20  Hans LeidekkerStub implementation for GetMenuBarInfo.
2005-06-20  Robert ShearmanImplement RtlImpersonateSelf, RevertToSelf and MapGener...
2005-06-20  James HawkinsImplement RtlCopySecurityDescriptor.
2005-06-20  Marcus MeissnerAdded PF_NX_ENABLED definition.
2005-06-20  Dmitry TimoshkovEnable MAKEPOINTS usage in Wine.
2005-06-17  Francois GougetFix the CryptEncodeObjectEx() prototype.
2005-06-17  Francois GougetFix the prototypes of SQLCreateDataSource*(), SQLGetPri...
2005-06-17  Mike McCormackUse HANDLE instead of HKEY in the NT API.
2005-06-17  Mike McCormackDeclare Nt directory functions.
2005-06-17  Oliver StieberChange the way caps are sent between d3d9/d3d8 and...
2005-06-17  Dmitry TimoshkovFixed POINTS definition for WORDS_BIGENDIAN case.
2005-06-17  Juan LangAdd more missing defs.
2005-06-16  Oliver StieberRename _D3DCAPS9.MaxPixelShaderValue to the correct
2005-06-16  Oliver StieberDefine some more flags
2005-06-16  Juan LangDefine some more OID strings.
2005-06-16  Alexandre JulliardStore a relative pointer for registry entry points...
2005-06-16  Mike McCormackAdd/fix more NT native API declarations.
2005-06-16  Mike McCormackDefine RegOpenUserClassesRoot.
2005-06-16  Steven EdwardsRemoved duplicated ALPHA platform context definitions.
2005-06-15  Robert ShearmanImplement GetComboBoxInfo and CB_GETCOMBOBOXINFO.
2005-06-15  Alexandre JulliardAvoid static forward declaration that doesn't work...
2005-06-14  Mike McCormackAdd a couple of missing functions.
2005-06-14  Mike McCormackDeclare port functions and fix prototypes.
2005-06-13  Alexandre JulliardMoved the NONAMELESSUNION/STRUCT macros to wine/test...
2005-06-13  Paul VriensFixed size of our SYSTEM_TIMEOFDAY_INFORMATION struct.
2005-06-13  Mike McCormackDeclare some missing functions.
2005-06-13  Mike McCormackAdd and fix function prototypes.
2005-06-13  Mike McCormackCorrect GdiIsPlayMetafileDC prototype.
2005-06-13  Juan LangAdd/correct a few more definitions.
2005-06-13  Hans LeidekkerDeclare missing functions.
2005-06-12  James HawkinsAdd RtlAnsiCharToUnicodeChar definition.
2005-06-12  Eric KohlImplement RtlAdjustPrivilege.
2005-06-10  Matthew DavisonAdded some definitions to setupapi.
2005-06-10  Mike McCormackCreate a stub implementation for MsiViewGetError.
2005-06-10  Mike McCormackDependency fixes for winternl.h.
2005-06-10  Mike McCormackInclude missing AW macro.
2005-06-10  Mike McCormackDeclare the MSIDBERROR enumeration.
2005-06-10  Mike McCormackDeclare functions and correct prototypes.
2005-06-09  Mike McCormackDeclare some missing functions.
2005-06-09  Aric StewartAdded module upgrade.c and implemented FindRelatedProducts.
2005-06-09  Mike McCormackAdded some function declarations.
2005-06-08  Robert ShearmanImplement overlapped I/O with named pipes.
2005-06-08  Alexandre JulliardBeginnings of support for window stations and desktops.
2005-06-07  Mike McCormackDeclare some functions.
2005-06-07  Mike McCormackDefine GetExplicitEntriesFromAcl.
2005-06-07  Mike McCormackAdded some security related functions to winbase.h.
2005-06-07  Mike McCormackAdded the appmgmt.h header.
2005-06-07  Mike McCormackDeclare OleLoadPictureEx.
2005-06-07  Paul VriensAdd another (unknown) member to SYSTEM_THREAD_INFORMATION.
2005-06-06  Alexandre JulliardMoved the ntdll per-thread data out of the TEB into...
2005-06-06  Felix NawothnigMake SYSTEM_THREAD_INFORMATION.pszProcessName a UNICODE...
2005-06-06  Mike McCormackDefine some Cert* functions.
2005-06-05  Alexandre JulliardMoved the server part of the ExitThread functionality...
2005-06-05  Vitaliy MargolenMatch names for WM_SHOWWINDOW status codes to MSDN.
2005-06-05  Paul VriensAdded some error codes.
2005-06-04  Robert ReifFinish DirectSoundCapture/DirectSoundCapture8 split.
2005-06-04  Juan LangAdded a bunch of crypto error codes.
2005-06-03  Paul VriensChange SYSTEM_PROCESS_INFORMATION to reflect W2K/WinXP...
2005-06-02  Juan LangAdded a couple missing prototypes.
2005-06-02  Juan Lang- add some tests for OID functions
2005-06-02  Juan LangAdded snmp.h.
2005-06-01  Dimi PaunMinor formattting fixes.
2005-06-01  Dimi PaunAdd definitions for IDTRYAGAIN and IDCONTINUE.
2005-06-01  Mike McCormackDefine some functions and structures.
2005-05-31  Alexandre JulliardAdded a from_child parameter to the get_update_region...
2005-05-31  Alexandre JulliardFixed RtlIsTextUnicode prototype, and made it properly...
2005-05-31  Andreas MohrTV_ITEM is the old name of TVITEM, shouldn't be used...
2005-05-30  Mike McCormackAdd and correct some function declarations.
2005-05-29  Mike McCormack- always declare the lstr* functions, even if they...
2005-05-29  Juan LangAdd a few missing defines.
2005-05-27  Dmitry TimoshkovMake some of the OLE interface vtables const.
2005-05-27  Alexandre JulliardAdded --list option to the tests and use that in winetest.
2005-05-27  Rolf KalbermatterAdd declarations for AVICAP and SDK part of Video Captu...
2005-05-26  Rein KlazesAdd a stub for ODBCCPlApplet.
2005-05-26  Mike McCormackAdded some idl definitions.
2005-05-25  Uwe BonnesFix small typo.
2005-05-25  Mike McCormackAdd some more headers.
2005-05-25  Alexandre JulliardBetter support for building stand-alone tests.
2005-05-24  Robert ShearmanImplement NtAccessCheck.
2005-05-24  Mike McCormackAdd the missing interface method PromptAction to
2005-05-24  Phil KrylovAdded detection of platforms which don't have external...
2005-05-24  Mike McCormackDefine GetSoftwareUpdateInfo and ISoftDistExt.
2005-05-24  Mike McCormackDefine CLSID_ShellWindows.
2005-05-23  Robert Shearman- Add new server type "struct security_descriptor".
2005-05-23  Ivan Leo PuotiUpdate LDT_ENTRY definition.
next