home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
QBasic & Borland Pascal & C
/
Delphi5.iso
/
C
/
Samples
/
CSAPE32.ARJ
/
INCLUDE
/
PCPRIV.H
< prev
next >
Wrap
C/C++ Source or Header
|
1990-02-03
|
453b
|
25 lines
/*
pcpriv.h
% everything that needs to be included in pc specific files.
11/28/88 by Ted.
OWL-PC 1.2
Copyright (c) 1986, 1987, 1988 by Oakland Group, Inc.
ALL RIGHTS RESERVED.
Revision History:
-----------------
3/01/89 ted: added digutil.h for non-pc specific dig utility functions.
*/
#include "oakhead.h"
#include "disppriv.h"
#include "pcmode.h"
#include "digutil.h"
#include "pchdecl.h"
#include "pcdecl.h"