implemented LookupAccountSidW() thx to the help of Alex Ionescu - this function is...
[reactos.git] / reactos / include /
2004-12-14 Gunnar Dalsneszw.h: correct ZwDuplicateToken proto.
2004-12-13 Thomas Bluemelcache free gdi handles
2004-12-12 Filip Navara- Remove -DCOBJMACROS from oleaut32 makefile.
2004-12-12 Thomas Bluemelfixed problems with mouse cursor handling
2004-12-12 Thomas Bluemel1. remove mouse cursor hacks from eng/mouse
2004-12-11 Steven Edwardsde-wineifying parts of msvcrt.
2004-12-11 Steven Edwardsremove accctrl.h from include. The w32api version works...
2004-12-11 Filip Navara- Implement WSPGetSockName.
2004-12-11 Royce Mitchell IIIPagedPool improvements: differenciate between hiredzone...
2004-12-10 Filip Navara- Fix definitions of SecurityAnonymous, SecurityIdentif...
2004-12-09 Royce Mitchell IIIallow data from SYM files to be used in stack traces...
2004-12-08 Gé van GeldorpDisk partitioning handling
2004-12-07 Gé van GeldorpSync to Wine-20041201
2004-12-06 Gunnar Dalsnes-add TYPE_ALIGNMENT macro
2004-12-06 Filip Navara- Basic implementation of (NtUser)UpdatePerUserSystemPa...
2004-12-05 Gunnar DalsnesKJK:Hyperion: new macro _SEH_STATIC_FILTER, some changes
2004-12-04 Thomas Bluemelfixed some function prototypes
2004-12-04 Gregor AnichAdded InterlockedCompareExchangePointer macro and 64...
2004-12-03 Gé van GeldorpReorganise HAL so multiple HAL versions can be built...
2004-12-01 Filip Navara- Get full OLEAUT32 to compile.
2004-12-01 Thomas BluemelAlways use the PSEH names for NLG to avoid conflicts...
2004-11-29 Magnus Olsenfirst port of wine directx support to reactos
2004-11-29 Gunnar Dalsnesadd missing glue
2004-11-29 Gunnar DalsnesRtlDetermineDosPathNameType_U: give meaningfull names...
2004-11-27 Filip Navara- Fix calling convention of IoReadPartitionTable, IoSet...
2004-11-27 Casper Hornstrup2004-11-27 Casper S. Hornstrup <chorns@users.sourcefo...
2004-11-26 Art YerkesForwarder for __USE_W32API.
2004-11-25 Art YerkesAdded WSPEnumNetworkEvents, some reformatting.
2004-11-25 Alex IonescuFix IO completion APIs/Structures.
2004-11-25 Eric Kohl- Replace WIN32 types by corresponding native types.
2004-11-25 KJK::Hyperionblight's elf.h
2004-11-21 Art Yerkes- Improvements for select/implementation of event select.
2004-11-21 Steven EdwardsMost of what is needed is already in w32api/include.
2004-11-21 Filip NavaraRevert:
2004-11-21 Filip Navara- Fix prototype of FsRtlInitializeLargeMcb and FsRtlIni...
2004-11-21 Alex Ionescu1) Updated KUSER_SHARED_DATA to NT5+ exported documente...
2004-11-20 Gregor AnichFPU/SSE state saving on taskswitching, FPU and SSE...
2004-11-20 Thomas Bluemel1. removed window station/desktop hacks from ntoskrnl
2004-11-19 KJK::HyperionUse _alloca instead of stack variables, because the...
2004-11-19 Steven EdwardsAdd more non-standard LANG_* ids.
2004-11-19 Thomas Bluemel1. fixed definition of the DEBUG_MODULE_INFORMATION...
2004-11-17 Art YerkesMember unknown renamed internaluse.
2004-11-16 Gregor AnichSimple implementation of some multi-monitor APIs.
2004-11-15 Art YerkesNeed AFD_IMMEDIATE.
2004-11-14 Hartmut Birr- Implemented waitable console handles.
2004-11-12 Eric Kohl- Move NtAllocateUuids from the Security Reference...
2004-11-11 Alex IonescuKernel:
2004-11-10 Alex IonescuRewrote APC Implementation.
2004-11-08 Thomas Bluemelforgot this file
2004-11-07 Filip Navara- Fix prototype for KeConnectInterrupt.
2004-11-07 Thomas Bluemelfixed typo
2004-11-07 Thomas Bluemeladded stubs for winscard.dll
2004-11-06 Gregor AnichAdd ExtendedRegisters to CONTEXT_X86, CONTEXT_EXTENDED_...
2004-11-06 Eric Kohl- Make TIME_ZONE_ID_XXX constants available from kernel...
2004-11-06 Eric Kohl- Replace TIME type by LARGE_INTEGER in FILE_*_INFORMAT...
2004-11-06 Thomas Bluemel1. implemented GetPerformanceInfo()
2004-11-06 Alex IonescuReimplimented IO Timers correctly.
2004-11-06 Thomas Bluemel1. fixed field names of the SYSTEM_PAGEFILE_INFORMATION...
2004-11-03 Thomas Bluemelmerged epsapi into psapi and reformatted some code...
2004-11-02 Thomas Bluemel1. Implemented WriteConsoleW(), ReadConsoleW(), FillCon...
2004-10-31 Alex IonescuMailslot/Named Pipe structures.
2004-10-31 Alex IonescuUse proper IRP structure
2004-10-31 James TaborAdded missing header info for helping to compile msi.dll
2004-10-30 Thomas Bluemeladded a few missing structures and some janitory work
2004-10-30 Filip Navara- Make InitializeListHead, InsertHeadList, InsertTailLi...
2004-10-24 Thomas Bluemelmore prototype fixes
2004-10-24 Thomas Bluemelfixed prototypes of NtCreateProfile() and NtQueryInterv...
2004-10-24 Thomas Bluemelfixed prototypes of NtCreateMutant(), NtQueryMutant...
2004-10-24 Thomas Bluemelfixed prototypes of NtSetEvent(), NtResetEvent(), NtQue...
2004-10-24 Eric KohlSet processor features in the shared user page.
2004-10-23 Alex IonescuFixed up some HAL prototypes and fixed some header...
2004-10-22 Thomas Bluemelhopefully a better implementation of rundown protection...
2004-10-22 Eric KohlUse upper-case ASSERT macros.
2004-10-22 Eric KohlIoAdjustPagingPathCount is a macro.
2004-10-22 Eric KohlDefine ASSERT macro.
2004-10-22 Eric KohlDefine ASSERT and ASSERTMSG macros.
2004-10-20 Gé van GeldorpRemove global -DCOBJMACROS for winedll's since they...
2004-10-20 Thomas Bluemeldisabled mouse tracking should just supress MSG_MOUSE_M...
2004-10-20 Gé van GeldorpSimplify wine/shlwapi.h
2004-10-19 Eric KohlCosmetical fixes.
2004-10-19 Filip Navara- Fix the values of KeepObject, DeallocateObject and...
2004-10-19 Eric KohlImplement
2004-10-19 Gé van GeldorpSimplify wine/shellapi.h
2004-10-18 Filip Navara- Fix calling convention of ExInterlockedPushEntrySList...
2004-10-17 Filip Navara- Fix calling convention of ExInterlocked* functions.
2004-10-16 Gé van Geldorp- Centralize definition of version resource
2004-10-13 Alex IonescuImplemented KeSetEventBoostPriority, KeFindConfiguratio...
2004-10-13 Alex IonescuImplemented KeAreApcsDisabled, KeFlushEntireTb, KeIsExe...
2004-10-12 Alex IonescuImplemented ExVerifySuite, ExInterlockedFlushSList...
2004-10-10 Filip Navara- Fix the NdisMEthIndicateReceive macro and ETH_RCV_IND...
2004-10-09 Filip Navara- Implement IoOpenDeviceRegistryKey for PLUGPLAY_REGKEY...
2004-10-08 Gé van GeldorpAdd SYSTEM_REGISTRY_QUOTA_INFORMATION
2004-10-05 Eric KohlRemove fixed heap base address (HEAP_BASE) to enable...
2004-10-04 Alex IonescuUn-hardcoded the 0xC0000000 value, and stuck the define...
2004-10-04 Jens Collindefined SM_CMONITORS (80)
2004-10-03 Alex IonescuCorrected KPCR structure, removed IKPCR, set up Current...
2004-10-02 Thomas Bluemeladded stubs for winfax.dll
2004-10-02 Hartmut Birr- Fixed the definition of SNMP_FUNC_TYPE.
2004-09-27 Eric KohlDefine FILE_WRITE_TO_END_OF_FILE.
2004-09-26 Thomas Bluemeluse Get/SetWindowLongPtr() where appropriate in favor...
next