Last change
on this file since 1467 was 1467, checked in by bird, 26 years ago |
Corrections to make win32k work.
(And now it does work, at least at my test machine...)
|
File size:
997 bytes
|
Line | |
---|
1 | /* $Id: d32globals.c,v 1.2 1999-10-27 02:02:53 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 | *******************************************************************************/
|
---|
23 | PULONG pulTKSSBase32;
|
---|
24 | struct options options;
|
---|
25 |
|
---|
Note:
See
TracBrowser
for help on using the repository browser.