Changeset 5090 for trunk/src/kernel32/thread.cpp
- Timestamp:
- Feb 11, 2001, 11:35:29 AM (25 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/kernel32/thread.cpp
r4658 r5090 1 /* $Id: thread.cpp,v 1.2 6 2000-11-21 11:35:09sandervl Exp $ */1 /* $Id: thread.cpp,v 1.27 2001-02-11 10:34:45 sandervl Exp $ */ 2 2 3 3 /* … … 25 25 #include "thread.h" 26 26 #include <misc.h> 27 #include <cpuhlp.h> 27 28 #include <wprocess.h> 28 29 #include <windllbase.h> … … 132 133 133 134 //Set default FPU control word (no exceptions); same as in NT 134 _control87(0x27F, 0xFFF);135 CONTROL87(0x27F, 0xFFF); 135 136 rc = winthread(userdata); 136 137
Note:
See TracChangeset
for help on using the changeset viewer.