Ignore:
Timestamp:
Feb 14, 2000, 2:49:14 PM (26 years ago)
Author:
bird
Message:

Optimizations and a couple of fixes.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/tools/database/APIImport.cpp

    r2770 r2773  
    1 /* $Id: APIImport.cpp,v 1.3 2000-02-12 23:54:28 bird Exp $ */
     1/* $Id: APIImport.cpp,v 1.4 2000-02-14 13:49:12 bird Exp $ */
    22/*
    33 *
     
    290290                                sprintf(&szName[0], "Ordinal%04ld", export.ulOrdinal);
    291291                            else
    292                                 strcpy(&szName[0], &export.achName[0]);
     292                                demangle(&szName[0], &export.achName[0]);
    293293
    294294                            /* internal name */
Note: See TracChangeset for help on using the changeset viewer.