mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-03 04:13:31 +00:00
- 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:
@@ -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 */
|
||||
Reference in New Issue
Block a user