Ignore:
Timestamp:
Feb 10, 2001, 12:11:48 PM (25 years ago)
Author:
bird
Message:

Moved ldrCalls.h into the OS2Krnl.h tree as OS2KLDR.h.
Also moved the Ldr definitions from OS2Krnl.h and into OS2KLDR.h.

File:
1 edited

Legend:

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

    r4347 r5086  
    1 /* $Id: mkcalltab.c,v 1.1 2000-10-01 02:58:15 bird Exp $
     1/* $Id: mkcalltab.c,v 1.2 2001-02-10 11:11:41 bird Exp $
    22 *
    33 * Description:     Generates the calltab.asm from aImportTab.
     
    2525#define INCL_DOS
    2626#define INCL_NOPMAPI
     27#define INCL_OS2KRNL_LDR
    2728
    2829/*******************************************************************************
     
    112113     * Write Start of file.
    113114     */
    114     printf16("; $Id: mkcalltab.c,v 1.1 2000-10-01 02:58:15 bird Exp $\n"
     115    printf16("; $Id: mkcalltab.c,v 1.2 2001-02-10 11:11:41 bird Exp $\n"
    115116             ";\n"
    116117             "; Autogenerated calltab file.\n"
     
    334335     * Write Start of file.
    335336     */
    336     printf16("/* $Id: mkcalltab.c,v 1.1 2000-10-01 02:58:15 bird Exp $\n"
     337    printf16("/* $Id: mkcalltab.c,v 1.2 2001-02-10 11:11:41 bird Exp $\n"
    337338             " *\n"
    338339             " * Autogenerated TstFakers.c file.\n"
Note: See TracChangeset for help on using the changeset viewer.