Ignore:
Timestamp:
5/16/2010 11:14:29 AM (2 years ago)
Author:
lowjoel
Message:

Modified all dependent code to compile after the change in the previous revision.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/eraser/Eraser.Util.Native/OpenHandle.cpp

    r2032 r2149  
    9494    { 
    9595        //Open a handle to the owning process 
    96         HANDLE processHandle = OpenProcess(PROCESS_DUP_HANDLE, false, ProcessId); 
     96        HANDLE processHandle = OpenProcess(PROCESS_DUP_HANDLE, false, processId); 
    9797 
    9898        //Forcibly close the handle 
Note: See TracChangeset for help on using the changeset viewer.