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

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

Finally it's working! (Or at least it seems like working...)

File size: 1.2 KB
Line 
1/* $Id: d32globals.c,v 1.4 2000-02-21 15:59:20 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#include "options.h"
21
22/*******************************************************************************
23* Global Variables *
24*******************************************************************************/
25PULONG pulTKSSBase32;
26#ifdef DEBUG
27char szStartOfOptions[] = "START-OF-OPTIONS";
28#endif
29struct options options = {0,0,0,0, 0,0,0,0, 0,0,0,0, 0,0,0,0};
30#ifdef DEBUG
31char szEndOfOptions[] = "END-OF-OPTIONS";
32#endif
33
Note: See TracBrowser for help on using the repository browser.