Changeset 4440 for trunk/src/kernel32/winexebase.cpp
- Timestamp:
- Oct 6, 2000, 1:04:02 PM (25 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/kernel32/winexebase.cpp
r4244 r4440 1 /* $Id: winexebase.cpp,v 1.1 1 2000-09-12 19:01:59sandervl Exp $ */1 /* $Id: winexebase.cpp,v 1.12 2000-10-06 11:04:01 sandervl Exp $ */ 2 2 3 3 /* … … 115 115 //Set default FPU control word (no exceptions); same as in NT 116 116 _control87(0x27F, 0xFFF); 117 #if 0 117 118 ULONG Size = 16, Attr; 118 119 rc = DosQueryMem((PVOID) (entryPoint), &Size, &Attr); 119 120 dprintf(("Start exe; Attr = %x, rc = %d", Attr, rc)); 121 #else 122 dprintf(("Start exe")); 123 #endif 120 124 rc = ((WIN32EXEENTRY)entryPoint)(NULL); 121 125 RestoreOS2TIB();
Note:
See TracChangeset
for help on using the changeset viewer.