Ignore:
Timestamp:
Feb 20, 2000, 5:27:24 AM (26 years ago)
Author:
bird
Message:

16-bit imports and import of global variables.
(But there are some problems left)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/win32k/include/dev16.h

    r2831 r2832  
    1 /* $Id: dev16.h,v 1.5 2000-02-19 23:52:00 bird Exp $
     1/* $Id: dev16.h,v 1.6 2000-02-20 04:27:23 bird Exp $
    22 * dev16 - 16-bit specific. Should not be used in 32-bit C/C++.
    33 *
     
    112112USHORT NEAR CallR0Init32(LIN pRpInit);
    113113USHORT NEAR CallGetOTEs32(ULONG addressOTEBuf);
    114 USHORT NEAR CallVerifyProcTab32(void);
     114USHORT NEAR CallVerifyImportTab32(void);
    115115USHORT NEAR CallElfIOCtl(LIN pRpIOCtl);
    116116USHORT NEAR CallWin32kIOCtl(LIN pRpIOCtl);
Note: See TracChangeset for help on using the changeset viewer.