Ignore:
Timestamp:
Feb 18, 2000, 8:27:31 PM (26 years ago)
Author:
bird
Message:

Unfinised stuff! Don't work. Don't even compile!

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/win32k/dev32/d32init.c

    r2684 r2823  
    1 /* $Id: d32init.c,v 1.8 2000-02-08 12:54:25 bird Exp $
     1/* $Id: d32init.c,v 1.9 2000-02-18 19:27:29 bird Exp $
    22 *
    33 * d32init.c - 32-bits init routines.
     
    4848
    4949
    50 /* externs located in 16-bit data segement */
     50/* externs located in 16-bit data segement in ProbKrnl.c */
    5151extern ULONG    _TKSSBase16;
    5252extern USHORT   _R0FlatCS16;
    5353extern USHORT   _R0FlatDS16;
    5454
    55 
    5655/* extern(s) located in calltab.asm */
    5756extern char     callTab[NUMBER_OF_PROCS][MAXSIZE_PROLOG];
     57
     58/* extern(s) located in mytkExecPgm.asm  */
     59extern char     mytkExecPgm;
     60
    5861
    5962
     
    564567                        (unsigned)myldrClose,
    565568                        (unsigned)myLDRQAppType,
    566                         (unsigned)myldrEnum32bitRelRecs
    567                         #if 0 /* Currently problems with with WS4eB */
    568                         ,
     569                        (unsigned)myldrEnum32bitRelRecs,
    569570                        0,
    570571                        0,
    571572                        0,
    572573                        0,
    573                         0
    574                         #endif
     574                        0,
     575                        0,
     576                        0,
     577                        (unsigned)&mytkExecPgm
    575578                    };
    576579
Note: See TracChangeset for help on using the changeset viewer.