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

Last change on this file since 1330 was 847, checked in by bird, 26 years ago

Initial checkin of Win32k. (not tested & pe2lx not up-to-date!)

File size: 994 bytes
Line 
1/* $Id: d32globals.c,v 1.1 1999-09-06 02:19:56 bird Exp $
2 *
3 * d32globals - global data (32-bit)
4 *
5 * Copyright (c) 1999 knut st. osmundsen
6 *
7 */
8
9/*******************************************************************************
10* Defined Constants *
11*******************************************************************************/
12#define INCL_NOPMAPI
13
14/*******************************************************************************
15* Header Files *
16*******************************************************************************/
17#include <os2.h>
18#include "options.h"
19
20/*******************************************************************************
21* Global Variables *
22*******************************************************************************/
23ULONG TKSSBase32;
24struct options options;
25
Note: See TracBrowser for help on using the repository browser.