Ignore:
Timestamp:
Jul 10, 2001, 6:41:10 PM (24 years ago)
Author:
bird
Message:

Use PTDA not PID and allways take loader sem.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/win32k/pe2lx/pe2lx.cpp

    r6267 r6296  
    1 /* $Id: pe2lx.cpp,v 1.30 2001-07-09 12:56:53 bird Exp $
     1/* $Id: pe2lx.cpp,v 1.31 2001-07-10 16:39:18 bird Exp $
    22 *
    33 * Pe2Lx class implementation. Ring 0 and Ring 3
     
    17661766            case FINDDLL_PATH:
    17671767            {
    1768                 PPTD    pptd = GetTaskData(0);
     1768                PPTD    pptd = GetTaskData(NULL, FALSE);
    17691769                pszPath = NULL;
    17701770                if (pptd)
Note: See TracChangeset for help on using the changeset viewer.