Ignore:
Timestamp:
Feb 27, 2000, 1:37:53 PM (26 years ago)
Author:
bird
Message:

No OS2 apis are included.

Location:
trunk/src/win32k/dev16
Files:
2 edited

Legend:

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

    r2898 r2931  
    1 /* $Id: SymDB.c,v 1.1 2000-02-25 18:15:01 bird Exp $
     1/* $Id: SymDB.c,v 1.2 2000-02-27 12:37:52 bird Exp $
    22*
    33* Autogenerated kernel symbol database.
     
    88*
    99*/
    10 
     10#define INCL_NOPMAPI
     11#define INCL_NOBASEAPI
    1112#include <os2.h>
    1213#include "probkrnl.h"
  • trunk/src/win32k/dev16/probkrnl.c

    r2905 r2931  
    1 /* $Id: probkrnl.c,v 1.17 2000-02-26 17:49:28 bird Exp $
     1/* $Id: probkrnl.c,v 1.18 2000-02-27 12:37:53 bird Exp $
    22 *
    33 * Description:   Autoprobes the os2krnl file and os2krnl[*].sym files.
     
    14881488        int         i;
    14891489
    1490         printf16("/* $Id: probkrnl.c,v 1.17 2000-02-26 17:49:28 bird Exp $\n"
     1490        printf16("/* $Id: probkrnl.c,v 1.18 2000-02-27 12:37:53 bird Exp $\n"
    14911491                 "*\n"
    14921492                 "* Autogenerated kernel symbol database.\n"
     
    14991499
    15001500        printf16("\n"
     1501                 "#define INCL_NOPMAPI\n"
     1502                 "#define INCL_NOBASEAPI\n"
    15011503                 "#include <os2.h>\n"
    15021504                 "#include \"probkrnl.h\"\n"
Note: See TracChangeset for help on using the changeset viewer.