Changeset 3406 for trunk/src/kernel32/winexebase.cpp
- Timestamp:
- Apr 16, 2000, 8:05:04 PM (25 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/kernel32/winexebase.cpp
r3059 r3406 1 /* $Id: winexebase.cpp,v 1. 7 2000-03-09 19:03:21sandervl Exp $ */1 /* $Id: winexebase.cpp,v 1.8 2000-04-16 18:05:04 sandervl Exp $ */ 2 2 3 3 /* … … 118 118 tlsAttachThread(); //setup TLS (main thread) 119 119 120 //Set default FPU control word (no exceptions); same as in NT 121 _control87(0x27F, 0xFFF); 120 122 rc = ((WIN32EXEENTRY)entryPoint)(NULL); 121 123 RestoreOS2TIB();
Note:
See TracChangeset
for help on using the changeset viewer.