Ignore:
Timestamp:
Nov 22, 2001, 11:41:29 AM (24 years ago)
Author:
phaller
Message:

.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/kernel32/winexepeldr.cpp

    r7025 r7419  
    1 /* $Id: winexepeldr.cpp,v 1.16 2001-10-12 00:49:23 phaller Exp $ */
     1/* $Id: winexepeldr.cpp,v 1.17 2001-11-22 10:41:29 phaller Exp $ */
    22
    33/*
     
    4343#ifdef PROFILE
    4444#include <perfview.h>
     45#include <profiler.h>
    4546#endif /* PROFILE */
    4647
     
    152153  // information about the called functions.
    153154  PerfView_Initialize();
     155  ProfilerInitialize();
     156  ProfilerEnable(TRUE);
    154157#endif /* PROFILE */
    155158 
Note: See TracChangeset for help on using the changeset viewer.