Changeset 4247 for trunk/src


Ignore:
Timestamp:
Sep 12, 2000, 11:13:34 PM (25 years ago)
Author:
bird
Message:

Display build time and date.

File:
1 edited

Legend:

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

    r4227 r4247  
    1 /* $Id: probkrnl.c,v 1.25 2000-09-08 21:34:09 bird Exp $
     1/* $Id: probkrnl.c,v 1.26 2000-09-12 21:13:34 bird Exp $
    22 *
    33 * Description:   Autoprobes the os2krnl file and os2krnl[*].sym files.
     
    10591059    if (!options.fQuiet || rc != NO_ERROR)
    10601060    {
    1061         printf16("Win32k - Odin32 support driver.\n");
     1061        printf16("Win32k - Odin32 support driver. (Built %s %s)\n",
     1062                 (NPSZ)szBuildTime, (NPSZ)szBuildDate);
    10621063
    10631064        /*
Note: See TracChangeset for help on using the changeset viewer.