Ignore:
Timestamp:
Feb 21, 2000, 10:24:02 AM (26 years ago)
Author:
bird
Message:

Nearly there!

File:
1 edited

Legend:

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

    r2836 r2838  
    1 /* $Id: d32init.c,v 1.13 2000-02-21 04:45:46 bird Exp $
     1/* $Id: d32init.c,v 1.14 2000-02-21 09:24:00 bird Exp $
    22 *
    33 * d32init.c - 32-bits init routines.
     
    839839        (unsigned)myldrOpen,
    840840        (unsigned)myldrClose,
    841         0,//(unsigned)myLDRQAppType,
     841        (unsigned)myLDRQAppType,
    842842        (unsigned)myldrEnum32bitRelRecs,
    843843        0,
     
    850850        0,
    851851        (unsigned)&mytkExecPgm,
     852        0,
    852853        0,
    853854        0
     
    993994                     */
    994995                    callTab[i][0] = 0xE9; /* jmp */
    995                     *(unsigned*)(void*)&callTab[i][1] = _aImportTab[i].ulAddress - (unsigned)&callTab[i][cb+5];
     996                    *(unsigned*)(void*)&callTab[i][1] = _aImportTab[i].ulAddress - (unsigned)&callTab[i][5];
    996997                }
    997998                else
Note: See TracChangeset for help on using the changeset viewer.