Ignore:
Timestamp:
Oct 14, 1999, 11:21:43 AM (26 years ago)
Author:
sandervl
Message:

Heap fixes + dll load bugfixes

File:
1 edited

Legend:

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

    r1221 r1280  
    1 /* $Id: wprocess.cpp,v 1.36 1999-10-09 13:33:25 sandervl Exp $ */
     1/* $Id: wprocess.cpp,v 1.37 1999-10-14 09:21:43 sandervl Exp $ */
    22
    33/*
     
    307307 Win32DllBase *module;
    308308
     309  module = Win32DllBase::findModule((LPSTR)lpszLibFile);
     310  if(module) {
     311        module->AddRef();
     312        return module->getInstanceHandle();
     313  }
     314
    309315  hDll = O32_LoadLibrary(lpszLibFile);
    310316  dprintf(("KERNEL32:  iLoadLibraryA %s returned %X (%d)\n",
Note: See TracChangeset for help on using the changeset viewer.