Ignore:
Timestamp:
Sep 22, 2000, 11:22:43 AM (25 years ago)
Author:
bird
Message:

Corrected problem with kernel build 14053. (new parameter to ldrOpenPath)
Added symbols for 14053 and 8266.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/win32k/dev16/extract.c

    r4217 r4307  
    1 /* $Id: extract.c,v 1.1 2000-09-08 14:48:40 bird Exp $
     1/* $Id: extract.c,v 1.2 2000-09-22 09:22:34 bird Exp $
    22 *
    33 * Description:     SymDB entry generator.
     
    9898    const char *psz = pszFilename + kstrlen(pszFilename);
    9999
    100     DosWrite(2, (char*)pszFilename, cch, &rc);
    101     DosWrite(2, "\r\n", 2, &rc);
    102 
    103100    /* find filename */
    104101    cch = 0;
     
    107104    psz++;
    108105    cch--;
     106
     107    /* Progress information */
     108    DosWrite(2, (char*)pszFilename, cch, &rc);
     109    DosWrite(2, "\r\n", 2, &rc);
    109110
    110111    /* Filename check */
     
    244245        int         i;
    245246
    246         printf16("/* $Id: extract.c,v 1.1 2000-09-08 14:48:40 bird Exp $\n"
     247        printf16("/* $Id: extract.c,v 1.2 2000-09-22 09:22:34 bird Exp $\n"
    247248                 "*\n"
    248249                 "* Autogenerated kernel symbol database.\n"
Note: See TracChangeset for help on using the changeset viewer.