Changeset 563
- Timestamp:
- Aug 10, 2003, 4:08:13 AM (22 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/emx/src/innidmdll/innidmdll.c
-
Property cvs2svn:cvs-rev
changed from
1.1
to1.2
r562 r563 1 /* $Id$ 1 /* $Id$ */ 2 /** @file 2 3 * 3 4 * Innotek IDM DLL - demangler DLL for the linker. 5 * 6 * This DLL is loaded by the linker when a symbol need demangling. This is 7 * usually only done for error messages. For some unfortunate reason link386 8 * doesn't load the DLL before trying to get the exported functions. It works 9 * nice for ilink (which uses 32bit entry points and reloads the dll for 10 * every call it seems). 11 * 4 12 * 5 13 * Copyright (c) 2003 InnoTek Systemberatung GmbH -
Property cvs2svn:cvs-rev
changed from
Note:
See TracChangeset
for help on using the changeset viewer.