source: trunk/src/win32k/dev32/d32globals.c@ 10367

Last change on this file since 10367 was 5224, checked in by bird, 25 years ago

CallGate changes.

File size: 1.2 KB
Line 
1/* $Id: d32globals.c,v 1.6 2001-02-21 07:44:57 bird Exp $
2 *
3 * d32globals - global data (32-bit)
4 *
5 * Copyright (c) 1999 knut st. osmundsen
6 *
7 * Project Odin Software License can be found in LICENSE.TXT
8 *
9 */
10
11/*******************************************************************************
12* Defined Constants *
13*******************************************************************************/
14#define INCL_NOPMAPI
15
16/*******************************************************************************
17* Header Files *
18*******************************************************************************/
19#include <os2.h>
20
21/*******************************************************************************
22* Global Variables *
23*******************************************************************************/
24/*
25 * This is the pointer to the TK(TasK)SS(Stack Segment) FLAT Base address variable.
26 * It is used by the SSToDS macro to convert stack based addresses to FLAT ds
27 * based addressed.
28 */
29PULONG pulTKSSBase32;
30
Note: See TracBrowser for help on using the repository browser.