Rewrote stack allocation.

svn path=/trunk/; revision=2144
This commit is contained in:
Eric Kohl
2001-08-03 17:21:38 +00:00
parent e2e13b71ce
commit e183b6028f
14 changed files with 570 additions and 400 deletions
+1 -1
View File
@@ -9,7 +9,7 @@
*/
#include <windows.h>
#include <ddk/ntddk.h>
NT_TEB *GetTeb(VOID);
PTEB GetTeb(VOID);