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/windllpe2lx.cpp

    r9533 r9540  
    1 /* $Id: windllpe2lx.cpp,v 1.12 2002-12-20 10:38:57 sandervl Exp $ */
     1/* $Id: windllpe2lx.cpp,v 1.13 2002-12-20 12:40:43 sandervl Exp $ */
    22
    33/*
     
    3030#include <winexepe2lx.h>
    3131#include <wprocess.h>
     32#include <odinpe.h>
    3233
    3334#include "oslibmisc.h"      // OSLibGetDllName
     
    100101            return 0;
    101102        }
    102         if (!pWinMod->init())
     103        if (pWinMod->init() != LDRERROR_SUCCESS)
    103104        {
    104105            eprintf(("RegisterPe2LxDll: init-method failed.\n"));
Note: See TracChangeset for help on using the changeset viewer.