Ignore:
Timestamp:
Apr 17, 2000, 3:56:50 AM (25 years ago)
Author:
bird
Message:

Added new function import.
Added some new modules.

File:
1 edited

Legend:

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

    r3321 r3411  
    1 /* $Id: d32init.c,v 1.17 2000-04-05 18:40:40 bird Exp $
     1/* $Id: d32init.c,v 1.18 2000-04-17 01:56:48 bird Exp $
    22 *
    33 * d32init.c - 32-bits init routines.
     
    10461046        0,
    10471047        0,
     1048        0,
    10481049        0
    10491050    };
     
    12341235             * callTab-entry + 8 holds the selector for the object. (These two fields is the 16:32-bit pointer to the variable.)
    12351236             * callTab-entry + a holds the 16-bit offset for the variable.
    1236              * callTab-entry + c holds the selector for the object. (These two fiels is the 16:16-bit pointer to the variable.)
     1237             * callTab-entry + c holds the selector for the object. (These two fields is the 16:16-bit pointer to the variable.)
    12371238             */
    12381239            case EPT_VARIMPORT32:
     
    13691370        0x2d, 0xa8, 0x0a, 0x00, 0x00, 0x65, 0x67, 0xff,
    13701371        0xb5, 0xb4, 0x1f, 0x00, 0x00, 0x65, 0x67, 0x66
     1372    };
     1373    char achf_VMObjHandleInfo[] =  {
     1374        0x55, 0x8B, 0x0D, 0x9C, 0xBF, 0x0D, 0x00, 0x8B,
     1375        0xEC, 0x83, 0xEC, 0x0C, 0x53, 0x57, 0x8D, 0x55,
     1376        0xF8
    13711377    };
    13721378
     
    13911397        achf_FuStrLen          ,
    13921398        achf_FuBuff            ,
     1399        achf_VMObjHandleInfo   ,
    13931400        NULL
    13941401    };
     
    14001407        unsigned cb;
    14011408        printf("Proc.no.%i\n", i);
    1402         if (i < 14 )
     1409        if (i < 14 || i > 16)
    14031410            cb = interpretFunctionProlog32(aProcs[i], i < 5 || i == 13);
    14041411        else
Note: See TracChangeset for help on using the changeset viewer.