Changeset 5128 for trunk/src/kernel32/winexebase.cpp
- Timestamp:
- Feb 14, 2001, 11:36:45 AM (25 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/kernel32/winexebase.cpp
r5090 r5128 1 /* $Id: winexebase.cpp,v 1.1 3 2001-02-11 10:34:45 sandervl Exp $ */1 /* $Id: winexebase.cpp,v 1.14 2001-02-14 10:36:45 sandervl Exp $ */ 2 2 3 3 /* … … 110 110 SetWin32TIB(); 111 111 112 //Allocate TLS index for this module113 tlsAlloc();114 tlsAttachThread(); //setup TLS (main thread)115 116 112 //Set default FPU control word (no exceptions); same as in NT 117 113 CONTROL87(0x27F, 0xFFF);
Note:
See TracChangeset
for help on using the changeset viewer.