Ignore:
Timestamp:
Dec 20, 2002, 1:40:44 PM (23 years ago)
Author:
sandervl
Message:

dll/exe load fix

File:
1 edited

Legend:

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

    r9533 r9540  
    1 /* $Id: wprocess.cpp,v 1.167 2002-12-20 10:38:58 sandervl Exp $ */
     1/* $Id: wprocess.cpp,v 1.168 2002-12-20 12:40:44 sandervl Exp $ */
    22
    33/*
     
    3131#include <vmutex.h>
    3232#include <handlemanager.h>
     33#include <odinpe.h>
    3334
    3435#include "odin32validate.h"
     
    10851086         *  Endif.
    10861087         */
    1087         if (peldrDll->init(0))
     1088        if(peldrDll->init(0) == LDRERROR_SUCCESS)
    10881089        {
    10891090            peldrDll->AddRef();
Note: See TracChangeset for help on using the changeset viewer.