Ignore:
Timestamp:
Feb 14, 2000, 6:24:47 PM (26 years ago)
Author:
bird
Message:

A new signal. Signals when not all functions of a dll were found.

File:
1 edited

Legend:

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

    r2776 r2777  
    1 /* $Id: StateUpd.cpp,v 1.13 2000-02-14 17:18:31 bird Exp $
     1/* $Id: StateUpd.cpp,v 1.14 2000-02-14 17:24:47 bird Exp $
    22 *
    33 * StateUpd - Scans source files for API functions and imports data on them.
     
    198198                case 'S':
    199199                    options.fRecursive = TRUE;
    200                     break;
     200                    fprintf(stderr, "This option (-s) is currently broken\n");
     201                    return -1;
    201202
    202203                case 'u':
     
    300301        fprintf(phLog,"Number of successfully processed APIs: %4ld (%ld)\n", (long)(0x0000FFFF & ulRc), ul2);
    301302        fprintf(phLog,"Number of signals:                     %4ld\n", (long)(ulRc >> 16));
     303        if (ul0 > ul2)
     304            fprintf(phSignal, "%d functions where not found (found=%d, total=%d).\n", ul0 - ul2, ul2, ul0);
    302305
    303306        /* close the logs */
Note: See TracChangeset for help on using the changeset viewer.