Changeset 7025 for trunk/src/kernel32/winexepeldr.cpp
- Timestamp:
- Oct 12, 2001, 2:49:51 AM (24 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/kernel32/winexepeldr.cpp
r5262 r7025 1 /* $Id: winexepeldr.cpp,v 1.1 5 2001-02-24 12:59:44 sandervlExp $ */1 /* $Id: winexepeldr.cpp,v 1.16 2001-10-12 00:49:23 phaller Exp $ */ 2 2 3 3 /* … … 39 39 #define DBG_LOCALLOG DBG_winexepeldr 40 40 #include "dbglocal.h" 41 42 43 #ifdef PROFILE 44 #include <perfview.h> 45 #endif /* PROFILE */ 46 41 47 42 48 extern char szErrorTitle[]; … … 141 147 } 142 148 OS2UnsetExceptionHandler(&exceptFrame); 143 149 150 #ifdef PROFILE 151 // Note: after this point, we might start collecting performance 152 // information about the called functions. 153 PerfView_Initialize(); 154 #endif /* PROFILE */ 155 156 144 157 WinExe->start(); 145 158
Note:
See TracChangeset
for help on using the changeset viewer.