Changeset 12245
- Timestamp:
- Nov 9, 1999, 3:14:17 PM (25 years ago)
- 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 phallerExp $ */1 /* $Id: windllbase.h,v 1.3 1999-11-09 14:14:17 sandervl Exp $ */ 2 2 3 3 /* … … 28 28 #define LOAD_LIBRARY_AS_DATAFILE 0x00000002 29 29 #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" 30 36 31 37 class Win32DllBase : public virtual Win32ImageBase … … 74 80 virtual BOOL isDll(); 75 81 82 static void renameDll(char *dllname, BOOL fWinToOS2=TRUE); 83 76 84 static Win32DllBase *findModule(char *dllname); 77 85 static Win32DllBase *findModule(HINSTANCE hinstance);
Note:
See TracChangeset
for help on using the changeset viewer.