Ignore:
Timestamp:
Feb 23, 2001, 3:57:55 AM (25 years ago)
Author:
bird
Message:

Calltable fixes. Handle event. New 14062e kernels.

File:
1 edited

Legend:

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

    r5225 r5247  
    1 /* $Id: mkcalltab.c,v 1.5 2001-02-21 07:49:19 bird Exp $
     1/* $Id: mkcalltab.c,v 1.6 2001-02-23 02:57:52 bird Exp $
    22 *
    33 * Description:     Generates the calltab.asm from aImportTab.
     
    113113     * Write Start of file.
    114114     */
    115     printf16("; $Id: mkcalltab.c,v 1.5 2001-02-21 07:49:19 bird Exp $\n"
     115    printf16("; $Id: mkcalltab.c,v 1.6 2001-02-23 02:57:52 bird Exp $\n"
    116116             ";\n"
    117117             "; Autogenerated calltab file.\n"
     
    223223             "\n"
    224224             "\n"
    225              "CALLTAB segment\n"
    226              "    ;assume cs:CALLTAB, ds:flat, ss:nothing\n"
     225             "CODE32 segment\n"
     226             "    ;assume cs:CODE32, ds:flat, ss:nothing\n"
    227227             "    assume ds:flat, ss:nothing\n"
    228228             ";\n"
     
    269269     */
    270270    printf16("\n"
    271              "CALLTAB ENDS\n"
     271             "CODE32 ENDS\n"
    272272             "\n"
    273273             "\n"
     
    408408     * Write Start of file.
    409409     */
    410     printf16("/* $Id: mkcalltab.c,v 1.5 2001-02-21 07:49:19 bird Exp $\n"
     410    printf16("/* $Id: mkcalltab.c,v 1.6 2001-02-23 02:57:52 bird Exp $\n"
    411411             " *\n"
    412412             " * Autogenerated TstFakers.c file.\n"
Note: See TracChangeset for help on using the changeset viewer.