2005-05-23 |
Ivan Leo Puoti | Update LDT_ENTRY definition. |
blob | commitdiff | raw |
2005-05-06 |
Alexandre Julliard | Eric Kohl <eric.kohl_at_t-online.de> |
blob | commitdiff | raw | diff to current |
2005-04-22 |
Robert Shearman | - Clean up well-known privileges. |
blob | commitdiff | raw | diff to current |
2005-04-12 |
Ivan Leo Puoti | Added typedef for DEVICE_POWER_STATE. |
blob | commitdiff | raw | diff to current |
2005-04-11 |
Benjamin Cutler | Added function/enum/structs for power management API. |
blob | commitdiff | raw | diff to current |
2005-03-23 |
Francois Gouget | Assorted spelling fixes. |
blob | commitdiff | raw | diff to current |
2005-03-19 |
Alexandre Julliard | Added support for the TLS expansion slots, adding an... |
blob | commitdiff | raw | diff to current |
2005-03-17 |
Dmitry Timoshkov | Match OVERLAPPED structure to the SDK definition. |
blob | commitdiff | raw | diff to current |
2005-02-24 |
Dmitry Timoshkov | Match RaiseException and EXCEPTION_RECORD to SDK defini... |
blob | commitdiff | raw | diff to current |
2005-02-22 |
Ivan Leo Puoti | Added a couple of defines. |
blob | commitdiff | raw | diff to current |
2005-02-18 |
James Hawkins | Conditionally add DECLSPEC_ALIGN(8) to wine's 64-bit... |
blob | commitdiff | raw | diff to current |
2005-02-16 |
Ivan Leo Puoti | Add EVENT_QUERY_STATE define. |
blob | commitdiff | raw | diff to current |
2005-02-11 |
Robert Shearman | - Implement AdjustTokenPrivileges, DuplicateTokenEx and |
blob | commitdiff | raw | diff to current |
2004-11-19 |
Jon Griffiths | Use _WINNT_ as exclusion define for source compatibility. |
blob | commitdiff | raw | diff to current |
2004-10-11 |
Adam D. Moss | Define VER_SUITE_BLADE. |
blob | commitdiff | raw | diff to current |
2004-09-01 |
Alexandre Julliard | Get rid of the WINE_UNUSED macro. |
blob | commitdiff | raw | diff to current |
2004-09-01 |
Alexandre Julliard | Fixed alignment of TOKEN_STATISTICS. |
blob | commitdiff | raw | diff to current |
2004-08-27 |
Mike McCormack | Added a few more prototypes to the headers. |
blob | commitdiff | raw | diff to current |
2004-08-26 |
Francois Gouget | Assorted spelling fixes. |
blob | commitdiff | raw | diff to current |
2004-08-24 |
Francois Gouget | Fix alignment issues for MEMORYSTATUSEX, WIN32_STREAM_I... |
blob | commitdiff | raw | diff to current |
2004-08-23 |
Francois Gouget | Move LDT_ENTRY to winnt.h. |
blob | commitdiff | raw | diff to current |
2004-08-22 |
Francois Gouget | Update FPO_DATA and IMAGE_LOAD_CONFIG_DIRECTORY to... |
blob | commitdiff | raw | diff to current |
2004-08-22 |
Francois Gouget | Remove these Wine-only types: |
blob | commitdiff | raw | diff to current |
2004-08-13 |
Francois Gouget | Fix the PSID and PSECURITY_DESCRIPTOR types. |
blob | commitdiff | raw | diff to current |
2004-08-13 |
Francois Gouget | Rename ResourceHandle to Reserved in the IMAGE_RESOURCE... |
blob | commitdiff | raw | diff to current |
2004-07-19 |
Emmanuel Maillard | Remove implementation of NtCurrentTeb for ppc host. |
blob | commitdiff | raw | diff to current |
2004-07-07 |
Ge van Geldorp | Add missing privilege names. |
blob | commitdiff | raw | diff to current |
2004-05-04 |
Alexandre Julliard | Explicitly specify alignment of 64-bit types. |
blob | commitdiff | raw | diff to current |
2004-04-19 |
Alexandre Julliard | Fixed/updated the file attributes defines. |
blob | commitdiff | raw | diff to current |
2004-04-05 |
Juan Lang | ifdef guard TCHAR declaration like PSDK does. |
blob | commitdiff | raw | diff to current |
2004-03-09 |
Alexandre Julliard | Reimplemented GetVolumeInformation and SetVolumeLabel... |
blob | commitdiff | raw | diff to current |
2004-02-27 |
Patrik Stridvall | Added macro DEFAULT_UNREACHABLE. |
blob | commitdiff | raw | diff to current |
2004-01-23 |
Ge van Geldorp | Rename LARGE_INTEGER and ULARGE_INTEGER members "s... |
blob | commitdiff | raw | diff to current |
2004-01-09 |
Alexandre Julliard | Get rid of no longer needed WINE_PACKED define. |
blob | commitdiff | raw | diff to current |
2003-12-13 |
Ge van Geldorp | When building a PE DLL (MinGW), variables exported... |
blob | commitdiff | raw | diff to current |
2003-12-04 |
Alexandre Julliard | Moved the DEFINE_REGS_ENTRYPOINT macros to include... |
blob | commitdiff | raw | diff to current |
2003-11-11 |
Ulrich Czekalla | Added stubs for AccessCheckByType, AddAuditAccessAce, |
blob | commitdiff | raw | diff to current |
2003-10-28 |
Alexandre Julliard | Implemented Add/RemoveVectoredExceptionHandler. |
blob | commitdiff | raw | diff to current |
2003-09-30 |
Daniel Marmier | Use #ifdef instead of #if for all feature tests. |
blob | commitdiff | raw | diff to current |
2003-09-24 |
Alexandre Julliard | Moved the Windows version code to dlls/ntdll, and imple... |
blob | commitdiff | raw | diff to current |
2003-09-19 |
Eric Pouech | Implemented kernel32.GetIoProcessCounters and stubbed |
blob | commitdiff | raw | diff to current |
2003-09-16 |
Mike McCormack | Added mailslot defines. |
blob | commitdiff | raw | diff to current |
2003-09-09 |
Alexandre Julliard | Some STATUS_* defines have to be duplicated in winnt.h. |
blob | commitdiff | raw | diff to current |
2003-09-05 |
Alexandre Julliard | Fixed header dependencies to be fully compatible with... |
blob | commitdiff | raw | diff to current |
2003-08-28 |
Dimitrie O. Paun | Use angle brackets (<>) rather than quotes ("") for... |
blob | commitdiff | raw | diff to current |
2003-08-28 |
Alexandre Julliard | Renamed EXCEPTION_FRAME to EXCEPTION_REGISTRATION_RECOR... |
blob | commitdiff | raw | diff to current |
2003-08-13 |
Dimitrie O. Paun | Add a bunch of IMAGE_SIZEOF_* constants. |
blob | commitdiff | raw | diff to current |
2003-08-12 |
Dimitrie O. Paun | Consolidate all kernel power management functions. |
blob | commitdiff | raw | diff to current |
2003-07-19 |
Jeff Muizelaar | - add IMAGE_FILE_NET_RUN_FROM_SWAP define |
blob | commitdiff | raw | diff to current |
2003-07-15 |
Pierre d'Herbemont | Change __PPC__ define to __powerpc__. |
blob | commitdiff | raw | diff to current |
2003-06-30 |
Marcus Meissner | Added PF_PAE_ENABLED and PF_XMMI64_INSTRUCTIONS defines. |
blob | commitdiff | raw | diff to current |
2003-06-16 |
<ma@technoprint.ch> | Added AddAccessAllowdAceEx, AddAccessDeniedAceEx, GetAc... |
blob | commitdiff | raw | diff to current |
2003-05-08 |
Pierre d'Herbemont | Add Dar, Dsisr and Trap registers for the PowerPC CONTE... |
blob | commitdiff | raw | diff to current |
2003-04-10 |
Alexandre Julliard | Use a more compatible technique to declare COM interfac... |
blob | commitdiff | raw | diff to current |
2003-04-08 |
Thomas Mertes | Implemented RtlRandom, RtlAreAllAccessesGranted, |
blob | commitdiff | raw | diff to current |
2003-04-02 |
Andreas Mohr | Some spelling and formatting fixes. |
blob | commitdiff | raw | diff to current |
2003-03-12 |
Tony Lambregts | Add flags for RegRestoreKey. |
blob | commitdiff | raw | diff to current |
2003-01-30 |
Dimitrie O. Paun | Remove writable-strings support. |
blob | commitdiff | raw | diff to current |
2003-01-24 |
Alexandre Julliard | Removed a couple of extra semicolons. |
blob | commitdiff | raw | diff to current |
2003-01-15 |
Alexandre Julliard | Fixed typo. |
blob | commitdiff | raw | diff to current |
2003-01-07 |
Dimitrie O. Paun | Define NONAMELESS{STRUCT,UNION} explicitly in the files... |
blob | commitdiff | raw | diff to current |
2003-01-04 |
Dimitrie O. Paun | Rename __WINE__ to __WINESRC__. |
blob | commitdiff | raw | diff to current |
2003-01-04 |
Dimitrie O. Paun | Enable nameless structures in C++ for gcc >= 3.x (disco... |
blob | commitdiff | raw | diff to current |
2002-12-19 |
Dimitrie O. Paun | Add definitions for N[W]PSTR. |
blob | commitdiff | raw | diff to current |
2002-12-18 |
Alexandre Julliard | Avoid including other headers from the msvcrt headers... |
blob | commitdiff | raw | diff to current |
2002-12-17 |
Alexandre Julliard | Implemented the Fiber* functions (with the help of... |
blob | commitdiff | raw | diff to current |
2002-12-10 |
Alexandre Julliard | winnt.h should not be self-contained, it must depend... |
blob | commitdiff | raw | diff to current |
2002-12-10 |
Jeff Smith | Added definitions for REG_QWORD and REG_QWORD_LITTLE_EN... |
blob | commitdiff | raw | diff to current |
2002-12-10 |
Steven Edwards | Alpha porting fixes. |
blob | commitdiff | raw | diff to current |
2002-11-25 |
Mike McCormack | Implemented registry change notifications. |
blob | commitdiff | raw | diff to current |
2002-11-23 |
Alexandre Julliard | Removed the WINE_NO_STRICT support. |
blob | commitdiff | raw | diff to current |
2002-11-18 |
Patrik Stridvall | No version of GNU C++ (unlike GNU C) supports unnamed... |
blob | commitdiff | raw | diff to current |
2002-11-04 |
Patrik Stridvall | Fixed mismatches between the Wine headers and the Micro... |
blob | commitdiff | raw | diff to current |
2002-10-25 |
Alexandre Julliard | Get rid of FILE_ATTRIBUTE_SYMLINK (based on a patch... |
blob | commitdiff | raw | diff to current |
2002-10-23 |
Patrik Stridvall | Fixed mismatches between the Wine headers and the Micro... |
blob | commitdiff | raw | diff to current |
2002-10-21 |
Alexandre Julliard | Fixed the WINE_NO_STRICT #ifdefs to do the right thing... |
blob | commitdiff | raw | diff to current |
2002-10-19 |
Alexandre Julliard | Removed DECLARE_OLD_HANDLE. Fixed a few remaining warnings. |
blob | commitdiff | raw | diff to current |
2002-10-18 |
Alexandre Julliard | Added support for building certain dlls with -DSTRICT. |
blob | commitdiff | raw | diff to current |
2002-10-07 |
Steve Lustbader | Provide stubs for Create/DeleteTimerQueueTimer. |
blob | commitdiff | raw | diff to current |
2002-10-03 |
Alexandre Julliard | Removed LPxxx handle types that don't exist under Windows. |
blob | commitdiff | raw | diff to current |
2002-10-02 |
György 'Nog' Jeney | Added a couple of defines. |
blob | commitdiff | raw | diff to current |
2002-10-02 |
Patrik Stridvall | Added some more useful macros. |
blob | commitdiff | raw | diff to current |
2002-10-01 |
Patrik Stridvall | Added a GNU C implementation of some of the DECLSPEC_... |
blob | commitdiff | raw | diff to current |
2002-09-17 |
Alexandre Julliard | Implemented the ntdll virtual memory functions, and... |
blob | commitdiff | raw | diff to current |
2002-09-17 |
Francois Gouget | Remove references to PCVOID and LPUINT. |
blob | commitdiff | raw | diff to current |
2002-09-17 |
Francois Gouget | Move all STATUS_* and RPC_NT_* to ntstatus.h as per... |
blob | commitdiff | raw | diff to current |
2002-09-12 |
Alexandre Julliard | Removed the __uint* types from basetsd.h since they... |
blob | commitdiff | raw | diff to current |
2002-09-10 |
Patrik Stridvall | Added a few macros for MS C/C++ specific features. |
blob | commitdiff | raw | diff to current |
2002-09-09 |
Andriy Palamarchuk | RtlNtStatusToDosError: Added new NT status to error... |
blob | commitdiff | raw | diff to current |
2002-08-31 |
Alexandre Julliard | Moved internal context macros out of winnt.h. |
blob | commitdiff | raw | diff to current |
2002-08-30 |
Marcus Meissner | Use Iar (Instruction Address Register) instead of Fill[0]. |
blob | commitdiff | raw | diff to current |
2002-08-26 |
Andriy Palamarchuk | SetTokenInformation stub implementation, a few other... |
blob | commitdiff | raw | diff to current |
2002-08-20 |
Marcus Meissner | Use r2 instead of r13 for TLS, since r13 is used in... |
blob | commitdiff | raw | diff to current |
2002-08-15 |
Alexandre Julliard | Added support for #pragma code_page. |
blob | commitdiff | raw | diff to current |
2002-08-06 |
Alexandre Julliard | Authors: Josh DuBois <duboisj@codeweavers.com>, Marcus... |
blob | commitdiff | raw | diff to current |
2002-07-22 |
Alexandre Julliard | Generate the __ASM_NAME and __ASM_FUNC macros directly... |
blob | commitdiff | raw | diff to current |
2002-07-20 |
Gregg Mattinson | Fixed __builtin_return_address. |
blob | commitdiff | raw | diff to current |
2002-07-05 |
Gregg Mattinson | - Forte C does not support nameless structures or unions |
blob | commitdiff | raw | diff to current |
2002-05-31 |
Vincent Béron | Removed trailing whitespace. |
blob | commitdiff | raw | diff to current |
2002-05-29 |
Alexandre Julliard | Moved WORDS_BIGENDIAN macros to basetsd.h. |
blob | commitdiff | raw | diff to current |
next |