home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC Online 1999 April
/
PCO0499.ISO
/
filesbbs
/
os2
/
apach134.arj
/
APACH134.ZIP
/
src
/
include
/
compat.h
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
C/C++ Source or Header
|
1998-07-14
|
177 b
|
10 lines
/*
* compat.h -- backward compatibility header for ap_compat.h
*/
#ifdef __GNUC__
#warning "This header is obsolete, use ap_compat.h instead"
#endif
#include "ap_compat.h"