- new statically linked library ROSRTL, for code to be shared among system DLLs

- user-mode thread creation code moved to ROSRTL
 - user-mode thread context initialization code fixed
 - LdrInitializeThunk() breakin stub fixed

svn path=/trunk/; revision=4615
This commit is contained in:
KJK::Hyperion
2003-04-29 02:17:01 +00:00
parent 6247d82cc7
commit 38a1364aae
15 changed files with 584 additions and 412 deletions
+11
View File
@@ -0,0 +1,11 @@
#ifndef __NAPI_I386_FLOATSAVE_H__
#define __NAPI_I386_FLOATSAVE_H__
#define FLOAT_SAVE_CONTROL (0xFFFF037F)
#define FLOAT_SAVE_STATUS (0xFFFF0000)
#define FLOAT_SAVE_TAG (0xFFFFFFFF)
#define FLOAT_SAVE_DATA (0xFFFF0000)
#endif /* __NAPI_I386_FLOATSAVE_H__ */
/* EOF */