Changeset 563


Ignore:
Timestamp:
Aug 10, 2003, 4:08:13 AM (22 years ago)
Author:
bird
Message:

Added some comment.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/emx/src/innidmdll/innidmdll.c

    • Property cvs2svn:cvs-rev changed from 1.1 to 1.2
    r562 r563  
    1 /* $Id$
     1/* $Id$ */
     2/** @file
    23 *
    34 * 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 *
    412 *
    513 * Copyright (c) 2003 InnoTek Systemberatung GmbH
Note: See TracChangeset for help on using the changeset viewer.