Changeset 12245


Ignore:
Timestamp:
Nov 9, 1999, 3:14:17 PM (25 years ago)
Author:
sandervl
Message:

dll renaming

File:
1 edited

Legend:

Unmodified
Added
Removed
  • TabularUnified tags/trunk/include/windllbase.h

    r11723 r12245  
    1 /* $Id: windllbase.h,v 1.2 1999-10-04 22:25:02 phaller Exp $ */
     1/* $Id: windllbase.h,v 1.3 1999-11-09 14:14:17 sandervl Exp $ */
    22
    33/*
     
    2828#define LOAD_LIBRARY_AS_DATAFILE        0x00000002
    2929#define LOAD_WITH_ALTERED_SEARCH_PATH   0x00000008
     30
     31//odin.ini section names to lookup renamed dlls
     32//i.e. OLE32 -> OLE32OS2
     33#define DLLRENAMEWIN_SECTION    "DLLRENAMEWIN"
     34//i.e. OLE32OS2 -> OLE32
     35#define DLLRENAMEOS2_SECTION    "DLLRENAMEOS2"
    3036
    3137class Win32DllBase : public virtual Win32ImageBase
     
    7480virtual BOOL      isDll();
    7581
     82static  void      renameDll(char *dllname, BOOL fWinToOS2=TRUE);
     83
    7684static  Win32DllBase *findModule(char *dllname);
    7785static  Win32DllBase *findModule(HINSTANCE hinstance);
Note: See TracChangeset for help on using the changeset viewer.