Ignore:
Timestamp:
Mar 4, 2000, 8:52:37 PM (25 years ago)
Author:
sandervl
Message:

DosOpen (file handle error) & dll destruction bugfixes

File:
1 edited

Legend:

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

    r2863 r3005  
    1 /* $Id: winimagepeldr.cpp,v 1.33 2000-02-22 23:53:03 sandervl Exp $ */
     1/* $Id: winimagepeldr.cpp,v 1.34 2000-03-04 19:52:36 sandervl Exp $ */
    22
    33/*
     
    3636#define PRIVATE_LOGGING
    3737#include <misc.h>
    38 #include <win32type.h>
     38#include <win32api.h>
    3939#include <winimagebase.h>
    4040#include <winimagepeldr.h>
     
    569569 APIRET   rc;
    570570
     571  //Round down to nearest page boundary
     572  virtAddress = virtAddress & ~0xFFF;
     573 
    571574  section = findSectionByOS2Addr(virtAddress);
    572575  if(section == NULL) {
     
    14081411                    return(FALSE);
    14091412                }
    1410                 WinDll->AddRef();
    14111413        }
    14121414        dprintf((LOG, "**********************************************************************" ));
     
    15551557
    15561558  if( r != MBID_IGNORE )
    1557      exit(987);
     1559        ExitProcess(987);
    15581560
    15591561  fIgnore = TRUE;
Note: See TracChangeset for help on using the changeset viewer.