Changeset 2778 for trunk/tools/database/StateUpd.cpp
- Timestamp:
- Feb 14, 2000, 6:26:34 PM (26 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tools/database/StateUpd.cpp
r2777 r2778 1 /* $Id: StateUpd.cpp,v 1.1 4 2000-02-14 17:24:47bird Exp $1 /* $Id: StateUpd.cpp,v 1.15 2000-02-14 17:26:34 bird Exp $ 2 2 * 3 3 * StateUpd - Scans source files for API functions and imports data on them. … … 293 293 ul1 = dbCountFunctionInDll(options.lDllRefcode, FALSE); 294 294 ul0 = dbCountFunctionInDll(options.lDllRefcode, TRUE); 295 if (ul0 > ul2) 296 { 297 fprintf(phSignal, "%d functions where not found (found=%d, total=%d).\n", ul0 - ul2, ul2, ul0); 298 ulRc += 0x00010000; 299 } 295 300 fprintf(phLog, "-------------------------------------------------\n"); 296 301 fprintf(phLog, "-------- Functions which was not updated --------\n"); … … 301 306 fprintf(phLog,"Number of successfully processed APIs: %4ld (%ld)\n", (long)(0x0000FFFF & ulRc), ul2); 302 307 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);305 308 306 309 /* close the logs */
Note:
See TracChangeset
for help on using the changeset viewer.