Ignore:
Timestamp:
Jan 15, 2004, 11:39:15 AM (22 years ago)
Author:
sandervl
Message:

Loader updates

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/kernel32/windllbase.h

    r8923 r10397  
    1 /* $Id: windllbase.h,v 1.10 2002-07-26 10:48:40 sandervl Exp $ */
     1/* $Id: windllbase.h,v 1.11 2004-01-15 10:39:06 sandervl Exp $ */
    22
    33/*
     
    8686    BOOL      isDynamicLib()   { return nrDynamicLibRef != 0; };
    8787
     88    WIN32DLLENTRY getEntryPoint()  { return dllEntryPoint; };
     89
    8890    void      setUnloadOrder(Win32ImageBase *parent);
    8991
     
    114116static  Win32DllBase *findModuleByAddr(ULONG address);
    115117static  Win32DllBase *findModuleByOS2Handle(HINSTANCE hinstance);
     118
     119static  int           enumDlls(HMODULE *lphModule, int countMax);
    116120
    117121#ifdef DEBUG
Note: See TracChangeset for help on using the changeset viewer.