mirror of
https://github.com/reactos/reactos.git
synced 2024-12-28 01:55:19 +00:00
A free Windows-compatible Operating System - mirrored from GitHub
358a2167ab
- Created utils.c for the following new functions: * BasepCreateStack - Creates a stack for a Thread or Fiber * BasepInitializeContext - Initializes the Context for a Process, a Thread, or a Fiber * BasepConvertObjectAttributes - Creates a OBJECT_ATTRIBUTES structure based on Win32 lpSecurityAttributes and name. * BasepFreestack - Frees the stack created in case of a failure inside code using it. * BasepMapFile - Converts a Win32 Path to NT Path and maps a file into a section. * Base 8-bit String conversion functions - Use new, more efficient way to select between OEM/ANSI strings, based on MSDN Article by Matt Pietrek. Other code needs to be chand to use them. Also added the new ASM for the startup thunks. All of this is still unused and only being committed to simply the diff output. Credits go to Matt Pietrek and his excellent MSDN article for the 8-bit conversion functions and implementaion details. svn path=/trunk/; revision=16543 |
||
---|---|---|
irc | ||
msvc6 | ||
os2 | ||
posix | ||
reactos | ||
rosapps | ||
rosky | ||
vms |