Changeset 6430 for trunk/src


Ignore:
Timestamp:
Jul 31, 2001, 11:35:30 PM (24 years ago)
Author:
bird
Message:

Splitted long string into two.

File:
1 edited

Legend:

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

    r6277 r6430  
    1 /* $Id: mkcalltab.c,v 1.7 2001-07-10 05:17:37 bird Exp $
     1/* $Id: mkcalltab.c,v 1.8 2001-07-31 21:35:30 bird Exp $
    22 *
    33 * Description:     Generates the calltab.asm from aImportTab.
     
    113113     * Write Start of file.
    114114     */
    115     printf16("; $Id: mkcalltab.c,v 1.7 2001-07-10 05:17:37 bird Exp $\n"
     115    printf16("; $Id: mkcalltab.c,v 1.8 2001-07-31 21:35:30 bird Exp $\n"
    116116             ";\n"
    117117             "; Autogenerated calltab file.\n"
     
    184184             "    fnname endp\n"
    185185             "endm\n"
    186              "\n"
    187              "; Macro which makes a function calltable entry\n"
     186             "\n");
     187    printf16("; Macro which makes a function calltable entry\n"
    188188             "FnNRImport32Entry macro fnname\n"
    189189             "    public fnname\n"
     
    425425     * Write Start of file.
    426426     */
    427     printf16("/* $Id: mkcalltab.c,v 1.7 2001-07-10 05:17:37 bird Exp $\n"
     427    printf16("/* $Id: mkcalltab.c,v 1.8 2001-07-31 21:35:30 bird Exp $\n"
    428428             " *\n"
    429429             " * Autogenerated TstFakers.c file.\n"
Note: See TracChangeset for help on using the changeset viewer.