Forward EnumDependentServicesA/W to services.exe.
[reactos.git] / reactos / include / ndk / rtlfuncs.h
2005-12-21 Thomas Bluemelmake functions match their declarations
2005-12-20 Eric KohlAdd missing RtlMakeSelfRelatedSd prototype.
2005-12-17 Thomas Bluemelfixed the definition of RtlDosPathNameToNtPathName_U
2005-12-08 Thomas Bluemel- fixed definition of RtlImageRvaToVa
2005-12-06 Alex Ionescu- Make iofuncs.h standalone.
2005-12-04 Alex Ionescu- Fix KeAttackProcess, KeStackAttachProcess, KeUnstackD...
2005-11-28 Alex Ionescu- Make the NDK compatible with the MSDDK again.
2005-11-25 Alex Ionescu- Update NDK to remove zwfuncs.h and place the native...
2005-11-22 Alex Ionescu- Fix typo accidentally added after testing the build...
2005-11-22 Alex Ionescu- Define DECLSPEC_ADDRSAFE and FORCEINLINE for gcc...
2005-11-20 Alex Ionescu- Update NDK with proper (when possible) RTL structure...
2005-11-12 Alex Ionescu- Add RtlPinAtomInAtomTable
2005-11-08 Alex Ionescu- Implement RtlSplay skeleton cases.
2005-11-08 Alex Ionescu- Add some definitions to NDK
2005-11-07 Thomas BluemelFixed some of the splay tree macros. Actually some...
2005-11-07 Alex Ionescu- Finished implementing RtlInsertUnicodePrefix: handle...
2005-11-07 Alex Ionescu- Implement simple case of RtlInsertUnicodePrefix where...
2005-11-07 Alex Ionescu- Finish implementation of RtlRemoveUnicodePrefix
2005-11-07 Alex Ionescu- Implement RtlInitializeUnicodePrefix and RtlNextUnico...
2005-10-23 Thomas Bluemelimplement MakeAbsoluteSD2 by forwarding to RtlSelfRelat...
2005-10-19 Alex Ionescu- NDK fix: don't undef a million status codes, instead...
2005-10-02 Alex Ionescu- Add RtlSetProcessCritical
2005-09-23 Alex IonescuForgot these changes, sorry
2005-09-11 Alex IonescuMajor refactoring of the exception handling code +...
2005-09-08 Alex Ionescu- Move s(w)printf to rtl (cannot be shared in string...
2005-09-08 Alex IonescuShare more duplicated functions
2005-09-07 Hartmut BirrFixed the definition of RtlUnicodeStringToCountedOemSiz...
2005-09-06 Alex Ionescu- Use DDK macros to speed up size calculations on singl...
2005-09-06 Alex Ionescu- Use inlined functions like MSDDK.
2005-09-05 Alex Ionescu- More NDK + MSDDK/IFS Compatibility fixes
2005-09-05 Alex Ionescu- More NDK/MSDDK compatibility fixes.
2005-09-04 Alex Ionescu- Various fixes to headers, such as fixing some LPC...
2005-08-17 Alex IonescuMajor cleanup of NDK. I've decided that it would be...
2005-08-07 Thomas Bluemelfixed the order of the parameters of RtlIsValidIndexHandle
2005-08-01 Filip NavaraFix prototype of RtlCreateHeap and respect the CommitRo...
2005-07-26 Alex Ionescu- Various Microsoft DDK/PSDK compatibility fixes and...
2005-07-22 Thomas Bluemeldeclare RtlDuplicateUnicodeString
2005-07-20 Alex Ionescu - Build cdfs, ntfs, vfatfs with PCH
2005-07-12 Alex IonescuPartial patch of larger rosrtl removal patch. This...
2005-07-02 Filip NavaraAdd prototypes for RtlExitUserThread and RtlInitializeC...
2005-06-27 Eric Kohl- Add Rtl*SecurityObject stubs.
2005-06-26 Alex IonescuFinalize organization of rtlfuncs.h and update FIXME...
2005-06-26 Eric KohlAdd missing resource function prototypes.
2005-06-26 Eric KohlFix indentation, remove trailing whitespace and sort...
2005-06-24 Thomas Bluemel- Moved ntdll's atom table implementation to rtl, rewro...
2005-06-22 Alex IonescuFix some NDK issues when attempting to use it from...
2005-06-21 Alex IonescuLast build fix...sorry
2005-06-21 Alex IonescuAdd new header for native user-mode functios inside...
2005-06-20 Alex IonescuBuild smss with NDK
2005-06-20 Alex IonescuSyssetup has fallen to the dark side
2005-06-20 Alex IonescuBuild userenv and samlib with NDK
2005-06-20 Alex IonescuCompile msafd with NDK
2005-06-20 Alex IonescuRemove rosrtl from advapi
2005-06-20 Alex IonescuAdd missing types to NDK
2005-06-20 Alex IonescuMajor cleanup to rtlfuncs.h. Not yet perfect but much...
2005-06-20 Alex IonescuFinal NDK fixes for kernel32
2005-06-20 Alex IonescuSome NDK Fixes, kernel32 almost compiles
2005-06-19 Alex IonescuAdd missing stuff to NDK
2005-06-19 Alex IonescuMore NDK fixes, remove duplicated debug functions from...
2005-06-19 Alex IonescuMore NDK fixes/additions
2005-06-19 Alex IonescuMore NDK fixes (user-mode NDK now works) and guard...
2005-06-19 Alex IonescuMany fixes to NDK
2005-06-18 Alex IonescuAdd NDK 1.00-pre. Needs some TLC in umtypes.h and a...