| Line |   | 
|---|
| 1 | /* $Id: libPrivate.h,v 1.1 2001-02-21 07:47:58 bird Exp $
 | 
|---|
| 2 |  *
 | 
|---|
| 3 |  * Private headerfile for the win32k library.
 | 
|---|
| 4 |  *
 | 
|---|
| 5 |  * Copyright (c) 2001 knut st. osmundsen (knut.stange.osmundsen@mynd.no)
 | 
|---|
| 6 |  *
 | 
|---|
| 7 |  * Project Odin Software License can be found in LICENSE.TXT
 | 
|---|
| 8 |  *
 | 
|---|
| 9 |  */
 | 
|---|
| 10 | #ifndef _libPrivate_h_
 | 
|---|
| 11 | #define _libPrivate_h_
 | 
|---|
| 12 | 
 | 
|---|
| 13 | 
 | 
|---|
| 14 | 
 | 
|---|
| 15 | /*******************************************************************************
 | 
|---|
| 16 | *   Global Variables                                                           *
 | 
|---|
| 17 | *******************************************************************************/
 | 
|---|
| 18 | extern BOOL     fInited;
 | 
|---|
| 19 | extern HFILE    hWin32k;
 | 
|---|
| 20 | extern USHORT   usCGSelector;
 | 
|---|
| 21 | 
 | 
|---|
| 22 | 
 | 
|---|
| 23 | /*******************************************************************************
 | 
|---|
| 24 | *   Functions Prototypes                                                       *
 | 
|---|
| 25 | *******************************************************************************/
 | 
|---|
| 26 | APIRET APIENTRY libCallThruCallGate(ULONG ulFunction, PVOID pvParam);
 | 
|---|
| 27 | 
 | 
|---|
| 28 | #endif
 | 
|---|
       
      
  Note:
 See   
TracBrowser
 for help on using the repository browser.