Ignore:
Timestamp:
Jan 21, 2001, 8:52:46 AM (25 years ago)
Author:
bird
Message:

pre-commit

File:
1 edited

Legend:

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

    r4996 r4998  
    1 /* $Id: api.h,v 1.2 2001-01-20 23:49:54 bird Exp $
     1/* $Id: api.h,v 1.3 2001-01-21 07:52:46 bird Exp $
    22 *
    33 * API Overload Init and Helper Function - public header.
     
    88 *
    99 */
     10/*NOINC*/
    1011#ifndef _API_H_
    1112#define _API_H_
     13/*INC*/
    1214
    1315
     
    1719#define API_DOSALLOCMEM_ANY_OBJ                     0
    1820#define API_DOSALLOCSHAREDMEM_ANY_OBJ               1
    19 #define API_MAX                                     2
     21#define API_MAX                                     API_DOSALLOCSHAREDMEM_ANY_OBJ
     22#define API_CENTRIES                                (API_MAX + 1)
    2023
     24/*NOINC*/
     25APIRET _Optlink APIInit(void);
     26BOOL _Optlink   APIQueryEnabled(int iApi, USHORT usCS, LONG ulEIP);
     27/*INC*/
    2128
    22 void _Optlink   APIInit(void);
    23 BOOL _Optlink   APIQueryEnabled(int iApi, USHORT usCS, LONG ulEIP);
    24 
    25 
    26 
     29/*NOINC*/
    2730#endif
     31/*INC*/
Note: See TracChangeset for help on using the changeset viewer.